Skip to content

Commit f1db25f

Browse files
chore(main): release 1.2.0
1 parent fc87703 commit f1db25f

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/SmarDex-Ecosystem/usdn-contracts/compare/v1.1.0...v1.2.0) (2025-04-01)
4+
5+
6+
### Features
7+
8+
* **middleware:** wsteth oracle with data streams ([#898](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/898)) ([fc87703](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/fc87703652d8a17c7b25c548884d047ca87c5408))
9+
10+
11+
### Build System
12+
13+
* **npm:** add the 'typescript' dependency to fix the `exportAbi` command ([#896](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/896)) ([a01bc4f](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/a01bc4f6b972b56fb34978b4ac9085493e1e3feb))
14+
315
## [1.1.0](https://github.com/SmarDex-Ecosystem/usdn-contracts/compare/v1.0.1...v1.1.0) (2025-03-27)
416

517

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smardex/usdn-contracts",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"exports": "./dist/abi/index.ts",
55
"publish": {
66
"include": [

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smardex/usdn-contracts",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Contracts for the USDN token and derivatives protocol",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)