Skip to content

Commit f7fe5bc

Browse files
committed
Tag v1.0.0
1 parent cd1e292 commit f7fe5bc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.0] - 2022-12-30
10+
### Added
11+
- Publish stable release to match SWR v2 stable release
12+
913
## [1.0.0-rc.3] - 2022-11-23
1014
### Changed
1115
- BREAKING: Removed types prefix (ie. IStorageHandler -> StorageHandler)
@@ -22,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2226
### Added
2327
- Initial release
2428

25-
[Unreleased]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.3...HEAD
29+
[Unreleased]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0...HEAD
30+
[1.0.0]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.3...v1.0.0
2631
[1.0.0-rc.3]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.2...v1.0.0-rc.3
2732
[1.0.0-rc.2]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.1...v1.0.0-rc.2
2833
[1.0.0-rc.1]: https://github.com/piotr-cz/swr-idb-cache/releases/tag/v1.0.0-rc.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@piotr-cz/swr-idb-cache",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0",
44
"description": "IndexedDB Cache Provider for SWR",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)