We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dcc83 commit 172546aCopy full SHA for 172546a
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## v1.0.5 - 2021-12-06
4
+ - Add support for PATCH
5
+ - Improved schema-post CLI util
6
+ - Improved documentation around authentication
7
+
8
## v1.0.4 - 2020-08-11
9
- Dependency updates to address vulnerabilities
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@nypl/nypl-data-api-client",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "Simple client for interacting with NYPL's internal data api",
"main": "index.js",
"scripts": {
0 commit comments