Skip to content

Commit 67fcc34

Browse files
committed
Tag v1.1.2
1 parent ad64b1d commit 67fcc34

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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.2] - 2025-01-08
11+
1012
### Added
1113

1214
- React 19 compatibility
@@ -79,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7981

8082
- Initial release
8183

82-
[Unreleased]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.1.1...HEAD
84+
[Unreleased]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.1.2...HEAD
85+
[1.1.2]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.1.1...v1.1.2
8386
[1.1.1]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.1.0...v1.1.1
8487
[1.1.0]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.3...v1.1.0
8588
[1.0.3]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.2...v1.0.3

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

0 commit comments

Comments
 (0)