Skip to content

Commit

Permalink
Tag v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Dec 30, 2022
1 parent cd1e292 commit f7fe5bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2022-12-30
### Added
- Publish stable release to match SWR v2 stable release

## [1.0.0-rc.3] - 2022-11-23
### Changed
- BREAKING: Removed types prefix (ie. IStorageHandler -> StorageHandler)
Expand All @@ -22,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.3...HEAD
[Unreleased]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.3...v1.0.0
[1.0.0-rc.3]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.2...v1.0.0-rc.3
[1.0.0-rc.2]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.1...v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/piotr-cz/swr-idb-cache/releases/tag/v1.0.0-rc.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@piotr-cz/swr-idb-cache",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "IndexedDB Cache Provider for SWR",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit f7fe5bc

Please sign in to comment.