Skip to content

Commit 962db47

Browse files
committed
Tag v1.0.1
1 parent b0f491f commit 962db47

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.0.1] - 2023-06-06
810
### Changed
911
- Do not recreate cache provider on config options change [#10](https://github.com/piotr-cz/swr-idb-cache/pull/10)
1012
### Fixed
@@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3032
### Added
3133
- Initial release
3234

33-
[Unreleased]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0...HEAD
35+
[Unreleased]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.1...HEAD
36+
[1.0.1]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0...v1.0.1
3437
[1.0.0]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.3...v1.0.0
3538
[1.0.0-rc.3]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.2...v1.0.0-rc.3
3639
[1.0.0-rc.2]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.1...v1.0.0-rc.2

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",
3+
"version": "1.0.1",
44
"description": "IndexedDB Cache Provider for SWR",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)