Skip to content

Commit dd9f00f

Browse files
committed
0.15.2
1 parent fcf3cbf commit dd9f00f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
## [Unreleased]
8+
9+
## [0.15.2] - 2023-09-13
810
### Fixed
911
- Windows without workspaces load from the user home directory
1012

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

130-
[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.15.1...HEAD
132+
[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.15.2...HEAD
133+
[0.15.2]: https://github.com/direnv/direnv-vscode/compare/v0.15.1...v0.15.2
131134
[0.15.1]: https://github.com/direnv/direnv-vscode/compare/v0.15.0...v0.15.1
132135
[0.15.0]: https://github.com/direnv/direnv-vscode/compare/v0.14.0...v0.15.0
133136
[0.14.0]: https://github.com/direnv/direnv-vscode/compare/v0.13.0...v0.14.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "direnv",
33
"displayName": "direnv",
44
"description": "unclutter your .profile",
5-
"version": "0.15.1",
5+
"version": "0.15.2",
66
"preview": true,
77
"icon": "assets/icon.png",
88
"maintainers": [

0 commit comments

Comments
 (0)