Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2023-01-26)

### Bug Fixes

* **deps:** replaced cookie with cookie-es for named imports ([f9eb4fc](f9eb4fc))
  • Loading branch information
semantic-release-bot committed Jan 26, 2023
1 parent 61b5577 commit 1497bf2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/tada5hi/browser-storage-adapter/compare/v1.1.1...v1.1.2) (2023-01-26)


### Bug Fixes

* **deps:** replaced cookie with cookie-es for named imports ([f9eb4fc](https://github.com/tada5hi/browser-storage-adapter/commit/f9eb4fc1d34025a435aefcc1617a9261d87e026d))

## [1.1.1](https://github.com/tada5hi/browser-storage-adapter/compare/v1.1.0...v1.1.1) (2023-01-25)


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": "browser-storage-adapter",
"version": "1.1.1",
"version": "1.1.2",
"description": "Browser storage adapter to crud 1-n different stores simultaneously",
"author": {
"name": "Peter Placzek",
Expand Down

0 comments on commit 1497bf2

Please sign in to comment.