Skip to content

Commit b729a47

Browse files
committed
release(packages/sui-test-contract): v2.12.0 [skip ci]
1 parent 3fe41df commit b729a47

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/sui-test-contract/CHANGELOG.md

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

3+
# 2.12.0 (2023-03-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **packages/sui-test-contract:** fix interaction data when setting same request path and different b ([9c50f2a](https://github.com/SUI-Components/sui/commit/9c50f2ae83d43415574965eee630817bdfb0e08a))
9+
* **packages/sui-test-contract:** fix linting issue ([f16f0af](https://github.com/SUI-Components/sui/commit/f16f0afe03d8d6f12d15b0b5f58d09797f4902f0))
10+
11+
12+
313
# 2.11.0 (2023-03-09)
414

515

packages/sui-test-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@s-ui/test-contract",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "Useful tooling for defining contract tests (based on Pact) that will generate contract documents.",
55
"license": "MIT",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)