Skip to content

Commit 1653a84

Browse files
chore(release): 2.1.0 [skip ci]
## [2.1.0](2.0.1...2.1.0) (2025-05-23) ### Features * Upgrade project to Node.js v22 ([#318](#318)) ([a911773](a911773))
1 parent ee781ee commit 1653a84

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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.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+
39
## [2.1.0-develop.1](https://github.com/cheqd/data-api/compare/2.0.1...2.1.0-develop.1) (2025-05-23)
410

511
### Features

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.0-develop.1",
3+
"version": "2.1.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)