From f55069c6a2b2be0e8329c19e44d3c9747dd98701 Mon Sep 17 00:00:00 2001 From: ManuelGil Date: Wed, 1 May 2024 22:11:14 -0500 Subject: [PATCH] chore: :bookmark: release 1.8.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d4f92..468a721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.0] - 2024-05-01 + ### Changed - Refactor the constants file to improve the development experience +- Refactor the `FeedbackController` class to improve the development experience - Update the `README.md` file to improve the documentation of the extension +- Update the `package.json` file to improve the extension settings +- Upgrade dependencies to the latest versions available ### Fixed @@ -179,7 +184,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix file creation issue when creating a new file -[unreleased]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.7.0...HEAD +[unreleased]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.8.0...HEAD +[1.8.0]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.7.0...v1.8.0 [1.7.0]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/ManuelGil/extension-starter-kit/compare/v1.4.0...v1.5.0 diff --git a/package.json b/package.json index 5d5eb9c..2ee75c6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url": "https://github.com/sponsors/githubUsername" }, "engines": { - "vscode": "^1.87.0" + "vscode": "^1.88.0" }, "categories": [ "Other"