Skip to content

Commit 1f4ac65

Browse files
committed
Release 0.3.0
1 parent 5953698 commit 1f4ac65

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
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog][keep_a_changelog],
66
and this project adheres to [Semantic Versioning][semver].
77

88
## [Unreleased]
9+
10+
## [0.3.0] - 2023-03-16
911
### Added
1012
- "Features" section to README.
1113
- Support for dot and bracket property accessors.
@@ -43,7 +45,8 @@ source maps, but they are useless without source files.
4345
- `key`
4446
- `clear`
4547

46-
[Unreleased]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.2.1...HEAD
48+
[Unreleased]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.3.0...HEAD
49+
[0.3.0]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.2.1...v0.3.0
4750
[0.2.1]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.2.0...v0.2.1
4851
[0.2.0]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.1.0...v0.2.0
4952
[0.1.0]: https://github.com/prettygoodtech/namespaced-web-storage/compare/e61e635ae62b128ef724ee3ab981e9a935fe2c2d...v0.1.0

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": "@prettygoodtech/namespaced-web-storage",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "A thin wrapper to use the Web Storage API with namespaces, easily, and safely.",
55
"keywords": [
66
"webstorage",

0 commit comments

Comments
 (0)