We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1247c8d commit 24d0750Copy full SHA for 24d0750
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [2.1.1-develop.1](https://github.com/cheqd/data-api/compare/2.1.0...2.1.1-develop.1) (2025-07-15)
4
+
5
+### Bug Fixes
6
7
+* Fetch tx types from Big Dipper properly [DEV-5137] ([#346](https://github.com/cheqd/data-api/issues/346)) ([1247c8d](https://github.com/cheqd/data-api/commit/1247c8daabfd4d78c1481d58d9b5d081d37d4beb))
8
9
## [2.1.0](https://github.com/cheqd/data-api/compare/2.0.1...2.1.0) (2025-05-23)
10
11
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "data-api",
- "version": "2.1.0",
+ "version": "2.1.1-develop.1",
"private": true,
"license": "Apache-2.0",
"source": "src/index.ts",
0 commit comments