Skip to content

Commit 86a1012

Browse files
chore(main): release 0.17.1 (#501)
Co-authored-by: smardex-bot-account[bot] <173671444+smardex-bot-account[bot]@users.noreply.github.com>
1 parent e0c74a5 commit 86a1012

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.17.0"
2+
".": "0.17.1"
33
}

CHANGELOG.md

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

3+
## [0.17.1](https://github.com/SmarDex-Ecosystem/usdn-contracts/compare/v0.17.0...v0.17.1) (2024-08-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** add ABI for mock contracts ([#500](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/500)) ([e0c74a5](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/e0c74a59d056bad821c4692ec360ea48c3a646de))
9+
310
## [0.17.0](https://github.com/SmarDex-Ecosystem/usdn-contracts/compare/v0.16.0...v0.17.0) (2024-08-07)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smardex/usdn-contracts",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "Contracts for the USDN token and derivatives protocol",
55
"repository": "[email protected]:SmarDex-Ecosystem/usdn-contracts.git",
66
"author": "RA2 Tech",
@@ -26,7 +26,11 @@
2626
"test": "forge test -vvv"
2727
},
2828
"main": "dist/index.js",
29-
"files": ["dist", "broadcast", "docs"],
29+
"files": [
30+
"dist",
31+
"broadcast",
32+
"docs"
33+
],
3034
"devDependencies": {
3135
"@biomejs/biome": "^1.8.3",
3236
"@defi-wonderland/natspec-smells": "^1.1.4",

0 commit comments

Comments
 (0)