From fcc20746653d0db4f6dc5fde61add65e369a67b2 Mon Sep 17 00:00:00 2001 From: Eric Luce <37158449+eluce2@users.noreply.github.com> Date: Mon, 13 May 2024 18:24:42 -0500 Subject: [PATCH] Version Packages (#102) Co-authored-by: github-actions[bot] --- .changeset/mighty-ears-check.md | 6 ------ CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/mighty-ears-check.md diff --git a/.changeset/mighty-ears-check.md b/.changeset/mighty-ears-check.md deleted file mode 100644 index 33fae35..0000000 --- a/.changeset/mighty-ears-check.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@proofgeist/fmdapi": patch ---- - -Fix portal range options in query and create/update types -Fixes [#100](https://github.com/proofgeist/fmdapi/issues/100) and [#101](https://github.com/proofgeist/fmdapi/issues/101) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e52ee5..9d71a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @proofgeist/fmdapi +## 3.4.2 + +### Patch Changes + +- 5fe2192: Fix portal range options in query and create/update types + Fixes [#100](https://github.com/proofgeist/fmdapi/issues/100) and [#101](https://github.com/proofgeist/fmdapi/issues/101) + ## 3.4.0 ### Minor Changes diff --git a/package.json b/package.json index 204f9e3..cf1b3cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@proofgeist/fmdapi", - "version": "3.4.1", + "version": "3.4.2", "description": "FileMaker Data API client", "main": "dist/index.js", "repository": "git@github.com:proofgeist/fm-dapi.git",