Skip to content

Commit 51406a2

Browse files
committed
Tag v1.0.0-rc.1
1 parent b46e7bc commit 51406a2

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

77
## [Unreleased]
88

9-
[Unreleased]: https://github.com/piotr-cz/swr-idb-cache
9+
## [1.0.0-rc.1] - 2022-10-12
10+
### Added
11+
- Initial release
12+
13+
[Unreleased]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0-rc.1...HEAD
14+
[1.0.0]: 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-beta.1",
3+
"version": "1.0.0-rc.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)