Skip to content

Commit 8b45c5e

Browse files
committed
Version packages
1 parent e2d4f1a commit 8b45c5e

File tree

5 files changed

+14
-189
lines changed

5 files changed

+14
-189
lines changed

.changeset/modern-guests-roll.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/strange-flies-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# flow-js-testing
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#215](https://github.com/onflow/flow-js-testing/pull/215) [`7c302b8`](https://github.com/onflow/flow-js-testing/commit/7c302b87ba5e4b3f061e3b56cb5c415cc7ec9910) Thanks [@MaxStalker](https://github.com/MaxStalker)! -
8+
- Storage inspection API implemented as set of utility methods
9+
- Additional Jest helpers implemented
10+
- Related documentation added
11+
12+
* [#220](https://github.com/onflow/flow-js-testing/pull/220) [`c16e6a6`](https://github.com/onflow/flow-js-testing/commit/c16e6a6e687ff741caa54c4b5d2c400b3ba7aabb) Thanks [@jribbink](https://github.com/jribbink)! - Added debugger port & dropped support for Flow CLI versions <1.0.0
13+
314
## 0.4.0
415

516
### Minor Changes

package-lock.json

Lines changed: 2 additions & 176 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/flow-js-testing",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "This package will expose a set of utility methods, to allow Cadence code testing with libraries like Jest",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)