Skip to content

Commit 88412ed

Browse files
committed
0.12.0
1 parent fff1c47 commit 88412ed

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.12.0] - 2023-04-17
810
### Changed
911
- Activate this extension before any language-based ones
1012

@@ -97,7 +99,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
9799
## [0.0.1] - 2021-11-23
98100
- Initial release
99101

100-
[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.11.0...HEAD
102+
[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.12.0...HEAD
103+
[0.12.0]: https://github.com/direnv/direnv-vscode/compare/v0.11.0...v0.12.0
101104
[0.11.0]: https://github.com/direnv/direnv-vscode/compare/v0.10.1...v0.11.0
102105
[0.10.1]: https://github.com/direnv/direnv-vscode/compare/v0.10.0...v0.10.1
103106
[0.10.0]: https://github.com/direnv/direnv-vscode/compare/v0.9.0...v0.10.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.11.0",
5+
"version": "0.12.0",
66
"preview": true,
77
"icon": "assets/icon.png",
88
"maintainers": [

0 commit comments

Comments
 (0)