Skip to content

Commit d4e059d

Browse files
committed
Release 0.4.0
1 parent 750ad8e commit d4e059d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning][semver].
77

88
## [Unreleased]
99

10+
## [0.4.0] - 2023-03-17
1011
### Added
1112
- Support for the following `Object` static methods:
1213
- `keys`
@@ -54,7 +55,8 @@ source maps, but they are useless without source files.
5455
- `key`
5556
- `clear`
5657

57-
[Unreleased]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.3.0...HEAD
58+
[Unreleased]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.4.0...HEAD
59+
[0.4.0]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.3.0...v0.4.0
5860
[0.3.0]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.2.1...v0.3.0
5961
[0.2.1]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.2.0...v0.2.1
6062
[0.2.0]: https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.1.0...v0.2.0

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
coverage:
2+
status:
3+
project: off
4+
patch: off

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.3.0",
3+
"version": "0.4.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)