Skip to content

Commit

Permalink
chore: release @aries-framework/redux-store 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
github-actions[bot] authored and TimoGlastra committed Sep 6, 2021
1 parent 3ad97be commit 3a7d8f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/redux-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 0.1.0 (2021-09-06)


### ⚠ BREAKING CHANGES

* **redux-store:** make state serializable (#7)

### Features

* add redux-store package ([d8cb0ba](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/d8cb0ba545dd003b9fcaafb07ef299d16fc45b75))


### Bug Fixes

* **redux-store:** make state serializable ([#7](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/7)) ([b235039](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/b235039d2840726e70b9bbf2fe99d0293553b662))
* update dependencies ([#14](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/14)) ([d7402bb](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/d7402bba8927a9657fd8065fd7ccc9303290a24a))
2 changes: 1 addition & 1 deletion packages/redux-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/redux-store",
"main": "build/index",
"types": "build/index",
"version": "0.0.0",
"version": "0.1.0",
"files": [
"build"
],
Expand Down

0 comments on commit 3a7d8f4

Please sign in to comment.