Skip to content

Commit

Permalink
0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl committed Sep 13, 2023
1 parent fcf3cbf commit dd9f00f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

## [0.15.2] - 2023-09-13
### Fixed
- Windows without workspaces load from the user home directory

Expand Down Expand Up @@ -127,7 +129,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [0.0.1] - 2021-11-23
- Initial release

[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.15.1...HEAD
[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.15.2...HEAD
[0.15.2]: https://github.com/direnv/direnv-vscode/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/direnv/direnv-vscode/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/direnv/direnv-vscode/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/direnv/direnv-vscode/compare/v0.13.0...v0.14.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "direnv",
"displayName": "direnv",
"description": "unclutter your .profile",
"version": "0.15.1",
"version": "0.15.2",
"preview": true,
"icon": "assets/icon.png",
"maintainers": [
Expand Down

0 comments on commit dd9f00f

Please sign in to comment.