Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed Mar 15, 2023
1 parent 39c8ca9 commit 4c79a74
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 @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog][keep_a_changelog],
and this project adheres to [Semantic Versioning][semver].

## [Unreleased]

## [0.2.1] - 2023-03-15
### Changed
- Rename test files to use `test` instead of `spec`.

Expand Down Expand Up @@ -33,7 +35,8 @@ source maps, but they are useless without source files.
- `key`
- `clear`

[Unreleased]: /~https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.2.0...HEAD
[Unreleased]: /~https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.2.1...HEAD
[0.2.1]: /~https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.2.0...v0.2.1
[0.2.0]: /~https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.1.0...v0.2.0
[0.1.0]: /~https://github.com/prettygoodtech/namespaced-web-storage/compare/e61e635ae62b128ef724ee3ab981e9a935fe2c2d...v0.1.0
[keep_a_changelog]: https://keepachangelog.com/en/1.0.0/
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": "@prettygoodtech/namespaced-web-storage",
"version": "0.2.0",
"version": "0.2.1",
"description": "A thin wrapper to use the Web Storage API with namespaces, easily, and safely.",
"keywords": [
"webstorage",
Expand Down

0 comments on commit 4c79a74

Please sign in to comment.