We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a6f8f commit 538e5a0Copy full SHA for 538e5a0
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## v1.0.4 - 2020-08-11
4
+ - Dependency updates to address vulnerabilities
5
+
6
## v1.0.3 - 2020-07-17
7
- Adds better CLI support for POSTing things
8
package.json
@@ -1,6 +1,6 @@
{
"name": "@nypl/nypl-data-api-client",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Simple client for interacting with NYPL's internal data api",
"main": "index.js",
"scripts": {
0 commit comments