From a5a998d9af88f65217cc530ebf4621579f6b8e30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Nov 2024 16:23:22 +0000 Subject: [PATCH] chore(release): set `package.json` to 3.0.0 [skip ci] # [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 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e29a7e..770ab92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b8e234a..816727f 100644 --- a/package.json +++ b/package.json @@ -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": { ".": {