Skip to content

Commit

Permalink
chore: 🔖 release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelGil committed May 2, 2024
1 parent d49cbc8 commit f55069c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/sponsors/githubUsername"
},
"engines": {
"vscode": "^1.87.0"
"vscode": "^1.88.0"
},
"categories": [
"Other"
Expand Down

0 comments on commit f55069c

Please sign in to comment.