Skip to content

Commit eab8315

Browse files
chore(release): set package.json to 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2025-05-05) ### Bug Fixes * npm upgrade to fix audit issue with bable/helpers ([1389cd5](1389cd5)) * url checking should be case insensitive for container downloads ([0ff4c19](0ff4c19))
1 parent 6f99d47 commit eab8315

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.0.1](https://github.com/soliantconsulting/fm-data-api-client/compare/v2.0.0...v2.0.1) (2025-05-05)
2+
3+
4+
### Bug Fixes
5+
6+
* npm upgrade to fix audit issue with bable/helpers ([1389cd5](https://github.com/soliantconsulting/fm-data-api-client/commit/1389cd55191154bd3a44d44da37134079a528631))
7+
* url checking should be case insensitive for container downloads ([0ff4c19](https://github.com/soliantconsulting/fm-data-api-client/commit/0ff4c194487d3ae482669967d1c7bc3b2f3933af))
8+
19
# [2.0.0](https://github.com/soliantconsulting/fm-data-api-client/compare/v1.5.0...v2.0.0) (2025-03-11)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fm-data-api-client",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "FileMaker Data API Client",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)