Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 3c04f08

Browse files
Version Packages (alpha) (#150)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fcabb81 commit 3c04f08

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"giant-dots-trade",
9+
"gold-cheetahs-attend",
910
"long-hairs-collect",
1011
"olive-fishes-tap",
1112
"polite-apes-shop",

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# flow-js-testing
22

3+
## 0.3.0-alpha.12
4+
5+
### Patch Changes
6+
7+
- [#149](https://github.com/onflow/flow-js-testing/pull/149) [`fcabb81`](https://github.com/onflow/flow-js-testing/commit/fcabb81ebf78bc271ca39c01e4c901cae94cf8b0) Thanks [@jribbink](https://github.com/jribbink)! - Fix flow-cadut imports that prevented CLI from working
8+
39
## 0.3.0-alpha.11
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/flow-js-testing",
3-
"version": "0.3.0-alpha.11",
3+
"version": "0.3.0-alpha.12",
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)