Skip to content

Commit 71b1e2d

Browse files
committed
Release v2.0 "Space Is Only Noise"
Changes since v1.1.2: - **BREAKING**: The minimum supported node version is now v8. - **BREAKING**: `._paging.total` and `._paging.totalPages` response properties are now returned as integers, not strings. - Bundled route handlers are now available for new first-party endpoints in WordPress 5.0. - The project now uses Jest and ESLint in place of Mocha, Chai, JSCS and JSHint. Thank you for your years of service, ["nyan" reporter](https://mochajs.org/#nyan)! - Browser bundle size has been reduced. Props @computamike.
1 parent ad038d9 commit 71b1e2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.2 _Space Is Only Noise_
3+
## v1.2.0 _Space Is Only Noise_
44

55
- **BREAKING**: The minimum supported node version is now v8.
66
- **BREAKING**: `._paging.total` and `._paging.totalPages` response properties are now returned as integers, not strings.

package.json

Lines changed: 1 addition & 1 deletion
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.1.2",
7+
"version": "1.2.0",
88
"description": "An isomorphic JavaScript client for interacting with the WordPress REST API",
99
"main": "wpapi.js",
1010
"repository": {

0 commit comments

Comments
 (0)