Skip to content

Commit

Permalink
release 3.0.5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Mar 7, 2024
1 parent a467a09 commit 6fbfc50
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

#### [v3.0.5-beta](https://github.com/fireblocks/ts-sdk/compare/v3.0.4-beta...v3.0.5-beta)

> 7 March 2024
- version_3_0_5_beta [`#27`](https://github.com/fireblocks/ts-sdk/pull/27)

#### [v3.0.4-beta](https://github.com/fireblocks/ts-sdk/compare/v3.0.3-beta...v3.0.4-beta)

> 7 March 2024
Expand Down
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 6fbfc50

Please sign in to comment.