We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafddc4 commit 1b0650fCopy full SHA for 1b0650f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.2.1 _Colomb_
4
+
5
+- Fix issue where `li` was improperly declared as a dev-only dependency, props @el-lsan & @jerolan.
6
7
## v1.2.0 _Space Is Only Noise_
8
9
- **BREAKING**: The minimum supported node version is now v8.
package.json
@@ -4,7 +4,7 @@
"url": "http://www.kadamwhite.com"
},
"name": "wpapi",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "An isomorphic JavaScript client for interacting with the WordPress REST API",
"main": "wpapi.js",
10
"repository": {
0 commit comments