Skip to content

Commit

Permalink
chore: Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ducminh-phan committed Mar 12, 2024
1 parent f362abe commit 22d50fd
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 @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2024-02-24

### Added

- Delete page

## [1.0.0] - 2024-02-24

- Initial release
Expand All @@ -17,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update page
- Configure API token

[unreleased]: https://github.com/ducminh-phan/coda-extension/compare/v1.0.0...master
[unreleased]: https://github.com/ducminh-phan/coda-extension/compare/v1.1.0...master
[1.1.0]: https://github.com/ducminh-phan/coda-extension/releases/tag/v1.1.0
[1.0.0]: https://github.com/ducminh-phan/coda-extension/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coda-extension",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 22d50fd

Please sign in to comment.