We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe2192 commit fcc2074Copy full SHA for fcc2074
3 files changed
.changeset/mighty-ears-check.md
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# @proofgeist/fmdapi
2
3
+## 3.4.2
4
+
5
+### Patch Changes
6
7
+- 5fe2192: Fix portal range options in query and create/update types
8
+ Fixes [#100](https://github.com/proofgeist/fmdapi/issues/100) and [#101](https://github.com/proofgeist/fmdapi/issues/101)
9
10
## 3.4.0
11
12
### Minor Changes
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",
0 commit comments