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 0c2c7ba commit d772586Copy full SHA for d772586
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## [2.0.0](https://github.com/cheqd/data-api/compare/1.0.0...2.0.0) (2025-03-13)
10
11
### ⚠ BREAKING CHANGES
package.json
@@ -1,6 +1,6 @@
{
"name": "data-api",
- "version": "2.0.0",
+ "version": "2.0.1-develop.1",
"private": true,
"license": "Apache-2.0",
"source": "src/index.ts",
0 commit comments