Skip to content

Commit d23f4df

Browse files
authored
Merge pull request #24 from ITZSHOAIB/changeset-release/master
Version Packages
2 parents 50572bd + c8ce44b commit d23f4df

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.changeset/tasty-beers-push.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# chukti
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- [#23](https://github.com/ITZSHOAIB/chukti/pull/23) [`ca9c1f7`](https://github.com/ITZSHOAIB/chukti/commit/ca9c1f775c2b432234b1747d1f2b99862a3a7760) Thanks [@ITZSHOAIB](https://github.com/ITZSHOAIB)! - feat: write to contract functionality added with step definitions
8+
39
## 0.0.8
410

511
### Patch Changes

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chukti",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "A library designed to simplify the smart contracts testing using human-readable syntax",
55
"author": "Sohab Sk",
66
"license": "MIT",
@@ -74,7 +74,10 @@
7474
"tsup": "^8.2.4",
7575
"typescript": "^5.1.6"
7676
},
77-
"files": ["dist", "sample-projects"],
77+
"files": [
78+
"dist",
79+
"sample-projects"
80+
],
7881
"keywords": [
7982
"Smart contract test",
8083
"Smart contract test cucumber",

0 commit comments

Comments
 (0)