Skip to content

Commit

Permalink
chore: bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcascio committed Jun 3, 2022
1 parent 9fbff2a commit 0b1fbc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v2.0.1](https://github.com/lynoapp/typed-local-store/tree/v2.0.1) (2022-03-06)

[Full Changelog](https://github.com/lynoapp/typed-local-store/compare/v2.0.0...v2.0.1)

### :bug: Bug Fixes

- assure the presence of the window object before accessing it

## [v2.0.0](https://github.com/lynoapp/typed-local-store/tree/v2.0.0) (2022-09-05)

[Full Changelog](https://github.com/lynoapp/typed-local-store/compare/v1.1.2...v2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-local-store",
"version": "2.0.0",
"version": "2.0.1",
"description": "A type wrapper for the store api",
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 0b1fbc9

Please sign in to comment.