Skip to content

Commit 7462fc4

Browse files
chore(main): release 0.20.0 (#603)
Co-authored-by: smardex-bot-account[bot] <173671444+smardex-bot-account[bot]@users.noreply.github.com>
1 parent 7a51119 commit 7462fc4

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
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.19.1"
2+
".": "0.20.0"
33
}

CHANGELOG.md

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

3+
## [0.20.0](https://github.com/SmarDex-Ecosystem/usdn-contracts/compare/v0.19.1...v0.20.0) (2024-10-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* pausable functions ([#587](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/587))
9+
10+
### Features
11+
12+
* pausable functions ([#587](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/587)) ([9201187](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/92011871a26ac0c01626bfae8b12a985cf319176))
13+
* print environment variables on fork deployment ([#604](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/604)) ([473e575](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/473e575d7a33ede5e1a2b2acc26d77e9be192ba2))
14+
15+
16+
### Bug Fixes
17+
18+
* close imbalance check ([#606](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/606)) ([7a51119](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/7a51119c351beba58a3bdc06b2d330fc01969400))
19+
* use lastPrice for value calculations in open actions ([#605](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/605)) ([a28d228](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/a28d2281c5db980304ee46aec3383ee12ca9c6b8))
20+
321
## [0.19.1](https://github.com/SmarDex-Ecosystem/usdn-contracts/compare/v0.19.0...v0.19.1) (2024-09-24)
422

523

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smardex/usdn-contracts",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"description": "Contracts for the USDN token and derivatives protocol",
55
"repository": "[email protected]:SmarDex-Ecosystem/usdn-contracts.git",
66
"author": "RA2 Tech",

0 commit comments

Comments
 (0)