We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420cac7 commit abd241aCopy full SHA for abd241a
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## [2.1.1](https://github.com/cheqd/data-api/compare/2.1.0...2.1.1) (2025-07-15)
10
11
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "data-api",
- "version": "2.1.1-develop.2",
+ "version": "2.1.2-develop.1",
"private": true,
"license": "Apache-2.0",
"source": "src/index.ts",
0 commit comments