Skip to content

Commit ece0d21

Browse files
authored
Merge pull request #22 from ITZSHOAIB/changeset-release/master
Version Packages
2 parents d88c459 + 570dbfa commit ece0d21

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.changeset/stale-years-begin.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.8
4+
5+
### Patch Changes
6+
7+
- [#21](https://github.com/ITZSHOAIB/chukti/pull/21) [`55d1a2c`](https://github.com/ITZSHOAIB/chukti/commit/55d1a2c6e1147ba8d2a19501957ec66c861e2271) Thanks [@ITZSHOAIB](https://github.com/ITZSHOAIB)! - feat: read contract and validation related step definitions added
8+
39
## 0.0.7
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.7",
3+
"version": "0.0.8",
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)