Skip to content

Commit

Permalink
chore(release): set package.json to 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.0...v3.0.0) (2024-11-01)

### Features

* update minimum supported node version to 20 ([24cb93e](24cb93e))

### BREAKING CHANGES

* we are now relying on the native fetch implementation
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent 24cb93e commit a5a998d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/soliantconsulting/fm-odata-client/compare/v2.1.0...v3.0.0) (2024-11-01)


### Features

* update minimum supported node version to 20 ([24cb93e](https://github.com/soliantconsulting/fm-odata-client/commit/24cb93e35ae85cc92d39766ef036c80528e2acb9))


### BREAKING CHANGES

* we are now relying on the native fetch implementation

# [2.1.0](https://github.com/soliantconsulting/fm-odata-client/compare/v2.0.0...v2.1.0) (2023-04-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fm-odata-client",
"version": "2.1.0",
"version": "3.0.0",
"description": "FileMaker OData client developed by Soliant Consulting",
"exports": {
".": {
Expand Down

0 comments on commit a5a998d

Please sign in to comment.