Skip to content

Commit f282130

Browse files
committed
2.2.5 Release
This commit signifies the 2.2.5 release. This release closes a security vulnerability and updates project dependencies to their latest versions. Signed-off-by: Lui de la Parra <Lui@mutesymphony.com>
1 parent 8d4ed0b commit f282130

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.2.0 test /fms-api-client
2146+
> fms-api-client@2.2.5 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.2.4",
3+
"version": "2.2.5",
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)