Skip to content

Commit

Permalink
Bumps to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Apr 9, 2023
1 parent afd3f1b commit 9e2f50a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [1.0.1] - 2023-04-08

### Fixed

- Fixes missing activation event

## [1.0.0] - 2023-04-08

### Added
Expand Down Expand Up @@ -65,5 +71,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Initial release

[unreleased]: https://github.com/eamodio/vscode-restore-editors/compare/v1.0.0...HEAD
[unreleased]: https://github.com/eamodio/vscode-restore-editors/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/eamodio/vscode-restore-editors/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/eamodio/vscode-restore-editors/compare/v0.2.1...v1.0.0
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": "restore-editors",
"displayName": "Restore Editors",
"description": "Quickly save, manage, and restore editor layouts",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"vscode": "^1.76.0"
},
Expand Down

0 comments on commit 9e2f50a

Please sign in to comment.