Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl committed Mar 25, 2022
1 parent a2e8371 commit 9a9b651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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 the "direnv" extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

## [0.6.1] - 2022-03-25
### Fixed
- Reload window when running with a remote extension host

Expand Down Expand Up @@ -56,7 +58,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.6.0...HEAD
[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/direnv/direnv-vscode/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/direnv/direnv-vscode/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/direnv/direnv-vscode/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/direnv/direnv-vscode/compare/v0.3.0...v0.4.0
Expand Down
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.6.0",
"version": "0.6.1",
"preview": true,
"icon": "assets/icon.png",
"maintainers": [
Expand Down

0 comments on commit 9a9b651

Please sign in to comment.