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