Skip to content

Commit eaa8b92

Browse files
committed
2.3.2 Release
This commit signifies the 2.3.2 release. This release closes a minor security vulnerability introduced through a project dependency and updates dependencies to their latest versions. Signed-off-by: Lui de la Parra <Lui@mutesymphony.com>
1 parent 0e3e20a commit eaa8b92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2143,7 +2143,7 @@ npm test
21432143
```
21442144

21452145
```default
2146-
> fms-api-client@2.3.0 test /fms-api-client
2146+
> fms-api-client@2.3.2 test /fms-api-client
21472147
> snyk test && nyc _mocha --recursive ./test --timeout=15000 --exit
21482148
21492149

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fms-api-client",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "A FileMaker Data API client designed to allow easier interaction with a FileMaker database from a web environment.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)