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 ee781ee commit 1653a84Copy full SHA for 1653a84
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [2.1.0](https://github.com/cheqd/data-api/compare/2.0.1...2.1.0) (2025-05-23)
4
+
5
+### Features
6
7
+* Upgrade project to Node.js v22 ([#318](https://github.com/cheqd/data-api/issues/318)) ([a911773](https://github.com/cheqd/data-api/commit/a911773d24d0a5eda597907080d42d66af63c33c))
8
9
## [2.1.0-develop.1](https://github.com/cheqd/data-api/compare/2.0.1...2.1.0-develop.1) (2025-05-23)
10
11
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "data-api",
- "version": "2.1.0-develop.1",
+ "version": "2.1.0",
"private": true,
"license": "Apache-2.0",
"source": "src/index.ts",
0 commit comments