From 96f36b82ce53294781482555d89ea6b680b0afc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20K=C3=BChl?= Date: Sat, 19 Nov 2022 21:51:24 +0100 Subject: [PATCH] v0.9.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b408f6c5..cc68c9a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9.0] - 2022-11-19 ### Added - Watch the same files as direnv, reload when any of them changes @@ -73,7 +75,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.8.0...HEAD +[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/direnv/direnv-vscode/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/direnv/direnv-vscode/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/direnv/direnv-vscode/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/direnv/direnv-vscode/compare/v0.6.0...v0.6.1 diff --git a/package.json b/package.json index 6c64396d..64d8f222 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "direnv", "displayName": "direnv", "description": "unclutter your .profile", - "version": "0.8.0", + "version": "0.9.0", "preview": true, "icon": "assets/icon.png", "maintainers": [