diff --git a/.changeset/pre.json b/.changeset/pre.json index b562e2e..6d7dfb9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,6 +8,7 @@ "blue-pots-add", "brave-feet-greet", "late-trees-ring", - "tidy-coats-tickle" + "tidy-coats-tickle", + "two-news-change" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 16190e7..6376769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # flow-js-testing +## 0.6.0-stable-cadence.3 + +### Patch Changes + +- [#231](https://github.com/onflow/flow-js-testing/pull/231) [`36824cf`](https://github.com/onflow/flow-js-testing/commit/36824cfcf210857b2a023e0c9900e95d72563b16) Thanks [@jribbink](https://github.com/jribbink)! - Update @onflow/fcl to v1.10.1 + ## 0.6.0-stable-cadence.2 ### Patch Changes diff --git a/package.json b/package.json index f74481a..d855f79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/flow-js-testing", - "version": "0.6.0-stable-cadence.2", + "version": "0.6.0-stable-cadence.3", "description": "This package will expose a set of utility methods, to allow Cadence code testing with libraries like Jest", "repository": { "type": "git",