Skip to content

Commit

Permalink
Bumps to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Apr 9, 2023
1 parent 8f1b861 commit b483a4f
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 @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [1.0.0] - 2023-04-08

### Added

- Completely rewrote the extension to save, manage, and restore editor layouts
Expand Down Expand Up @@ -63,4 +65,5 @@ 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/v0.2.1...HEAD
[unreleased]: https://github.com/eamodio/vscode-restore-editors/compare/v1.0.0...HEAD
[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": "0.2.1",
"version": "1.0.0",
"engines": {
"vscode": "^1.76.0"
},
Expand Down

0 comments on commit b483a4f

Please sign in to comment.