We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11556f commit ead1a53Copy full SHA for ead1a53
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## v1.0.1 - 2020-05-06
4
+ - Dependency updates to address vulnerabilities
5
+
6
## v1.0.0 - 2017-11-08
7
8
- Attempt to refresh oauth token if found invalid for authenticated
package.json
@@ -1,6 +1,6 @@
{
"name": "@nypl/nypl-data-api-client",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Simple client for interacting with NYPL's internal data api",
"main": "index.js",
"scripts": {
0 commit comments