Skip to content

Commit abd241a

Browse files
chore(release): 2.1.2-develop.1 [skip ci]
## [2.1.2-develop.1](2.1.1...2.1.2-develop.1) (2026-02-24) ### Bug Fixes * Change fee amount column type to numeric [DEV-5668] ([#399](#399)) ([5297b5e](5297b5e))
1 parent 420cac7 commit abd241a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.1.2-develop.1](https://github.com/cheqd/data-api/compare/2.1.1...2.1.2-develop.1) (2026-02-24)
4+
5+
### Bug Fixes
6+
7+
* Change fee amount column type to numeric [DEV-5668] ([#399](https://github.com/cheqd/data-api/issues/399)) ([5297b5e](https://github.com/cheqd/data-api/commit/5297b5e542ce85c66c22a8b4561e07f9b116b532))
8+
39
## [2.1.1](https://github.com/cheqd/data-api/compare/2.1.0...2.1.1) (2025-07-15)
410

511
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-api",
3-
"version": "2.1.1-develop.2",
3+
"version": "2.1.2-develop.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)