Skip to content

Commit d6f8c8f

Browse files
chore(release): set package.json to 2.0.0 [skip ci]
# [2.0.0](v1.5.0...v2.0.0) (2025-03-11) * feat!: replace node-fetch with native fetch (#15) ([a0db863](a0db863)), closes [#15](#15) ### BREAKING CHANGES * requires node 18. The type for ContainerDownload.buffer has changed
1 parent a0db863 commit d6f8c8f

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.0.0](https://github.com/soliantconsulting/fm-data-api-client/compare/v1.5.0...v2.0.0) (2025-03-11)
2+
3+
4+
* feat!: replace node-fetch with native fetch (#15) ([a0db863](https://github.com/soliantconsulting/fm-data-api-client/commit/a0db863e8e893def866839cf1800b480ec4c49c1)), closes [#15](https://github.com/soliantconsulting/fm-data-api-client/issues/15)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* requires node 18. The type for ContainerDownload.buffer has changed
10+
111
# [1.5.0](https://github.com/soliantconsulting/fm-data-api-client/compare/v1.4.0...v1.5.0) (2025-01-16)
212

313

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": "1.5.0",
3+
"version": "2.0.0",
44
"description": "FileMaker Data API Client",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)