Skip to content

Commit d772586

Browse files
chore(release): 2.0.1-develop.1 [skip ci]
## [2.0.1-develop.1](2.0.0...2.0.1-develop.1) (2025-03-14) ### Bug Fixes * Resolve ESLint issues to improve code quality [DEV-4792] ([#274](#274)) ([0c2c7ba](0c2c7ba))
1 parent 0c2c7ba commit d772586

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.0.1-develop.1](https://github.com/cheqd/data-api/compare/2.0.0...2.0.1-develop.1) (2025-03-14)
4+
5+
### Bug Fixes
6+
7+
* Resolve ESLint issues to improve code quality [DEV-4792] ([#274](https://github.com/cheqd/data-api/issues/274)) ([0c2c7ba](https://github.com/cheqd/data-api/commit/0c2c7ba6d4b254bfe25d900d80fbc5ed28b9a89d))
8+
39
## [2.0.0](https://github.com/cheqd/data-api/compare/1.0.0...2.0.0) (2025-03-13)
410

511
### ⚠ BREAKING CHANGES

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

0 commit comments

Comments
 (0)