Skip to content

Commit 1b0650f

Browse files
committed
Release v1.2.1 "Colomb"
- Fix issue where `li` was improperly declared as a dev-only dependency props @el-lsan & @jerolan
1 parent dafddc4 commit 1b0650f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.2.1 _Colomb_
4+
5+
- Fix issue where `li` was improperly declared as a dev-only dependency, props @el-lsan & @jerolan.
6+
37
## v1.2.0 _Space Is Only Noise_
48

59
- **BREAKING**: The minimum supported node version is now v8.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "http://www.kadamwhite.com"
55
},
66
"name": "wpapi",
7-
"version": "1.2.0",
7+
"version": "1.2.1",
88
"description": "An isomorphic JavaScript client for interacting with the WordPress REST API",
99
"main": "wpapi.js",
1010
"repository": {

0 commit comments

Comments
 (0)