Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed Mar 13, 2023
1 parent 576fddb commit 1f0ed4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions 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.1.0] - 2023-03-13
### Added
- `NamespacedStorage` class with
- `length`
Expand All @@ -15,10 +17,7 @@ and this project adheres to [Semantic Versioning][semver].
- `key`
- `clear`

### Changed
- Preserve comments in output files. This is done by removing
`removeComments: true` from `tsconfig.json`.

[Unreleased]: /~https://github.com/prettygoodtech/namespaced-web-storage/compare/e61e635ae62b128ef724ee3ab981e9a935fe2c2d...HEAD
[Unreleased]: /~https://github.com/prettygoodtech/namespaced-web-storage/compare/v0.1.0...HEAD
[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/
[semver]: https://semver.org/spec/v2.0.0.html
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"homepage": "/~https://github.com/prettygoodtech/namespaced-web-storage#readme",
"author": "Matei Bogdan Radu <opensource@mateiradu.dev>",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": ">=16.13.0"
},
Expand Down

0 comments on commit 1f0ed4a

Please sign in to comment.