Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl committed Jan 18, 2024
1 parent 161c252 commit 298cc48
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.16.0] - 2024-01-18
### Added
- Windows support 🎉

Expand Down Expand Up @@ -131,7 +133,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.2...HEAD
[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/direnv/direnv-vscode/compare/v0.15.2...v0.16.0
[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
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.2",
"version": "0.16.0",
"preview": true,
"icon": "assets/icon.png",
"maintainers": [
Expand Down

0 comments on commit 298cc48

Please sign in to comment.