Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed May 8, 2024
1 parent 129dcc6 commit 10a7203
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### v1.1.0
#### v2.0.0

> 17 April 2024
> 8 May 2024
- feat: adding consigners beta api [`#34`](https://github.com/fireblocks/ts-sdk/pull/34)
- feat: add tokenization api [`#35`](https://github.com/fireblocks/ts-sdk/pull/35)
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,31 @@
"jest-junit": "^14.0.0",
"ts-jest": "29.0.5",
"typescript": "^4.0"
}
,
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
"js",
"json",
"ts"
],
"rootDir": ".",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node",
"reporters": [
"default",
"jest-junit"
"default",
"jest-junit"
],
"coverageReporters": [
"json",
"cobertura",
"clover",
"json-summary",
"text",
"lcov"
"json",
"cobertura",
"clover",
"json-summary",
"text",
"lcov"
]
}
}

0 comments on commit 10a7203

Please sign in to comment.