Skip to content

Commit 8c77a11

Browse files
committed
Fix tag issue
1 parent e46b818 commit 8c77a11

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313
### Removed
1414
-->
1515

16+
## [2.15.7] - 2024-11-12
17+
18+
### Fixed
19+
20+
- Backfilled missing variants of `TransformValue` type (AddInt32|AddUInt64|AddUInt128|AddUInt256|WriteEraInfo|WriteBid|WriteWithdraw|Failure|WriteUnbonding)
21+
- Backfilled `operations` field in `Effect` type
22+
- Exported all types in `services/types` module so that they can be used by end users
23+
1624
## [2.15.6] - 2024-04-18
1725

1826
### Fixed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casper-js-sdk",
3-
"version": "2.15.6",
3+
"version": "2.15.7",
44
"license": "Apache 2.0",
55
"description": "SDK to interact with the Casper blockchain",
66
"homepage": "https://github.com/casper-ecosystem/casper-js-sdk#README.md",
@@ -130,4 +130,4 @@
130130
"ts-results": "npm:@casperlabs/ts-results@^3.3.4",
131131
"typedjson": "^1.6.0-rc2"
132132
}
133-
}
133+
}

0 commit comments

Comments
 (0)