Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/modern-guests-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-flies-glow.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# flow-js-testing

## 0.5.0

### Minor Changes

- [#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)! - - Storage inspection API implemented as set of utility methods
- Additional Jest helpers implemented
- Related documentation added

* [#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

## 0.4.0

### Minor Changes
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": "@onflow/flow-js-testing",
"version": "0.4.0",
"version": "0.5.0",
"description": "This package will expose a set of utility methods, to allow Cadence code testing with libraries like Jest",
"repository": {
"type": "git",
Expand Down