Skip to content

Commit

Permalink
Tag v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Mar 9, 2024
1 parent c3f363d commit 4e3e7f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.2] - 2024-03-09
### Fixed
- Catch IndexedDB errors [#13](https://github.com/piotr-cz/swr-idb-cache/pull/13)

Expand Down Expand Up @@ -34,7 +36,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.1...HEAD
[Unreleased]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/piotr-cz/swr-idb-cache/compare/v1.0.0...v1.0.1
[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
Expand Down
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.1",
"version": "1.0.2",
"description": "IndexedDB Cache Provider for SWR",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit 4e3e7f7

Please sign in to comment.