Skip to content

Commit f3f4148

Browse files
committed
prepare to release v.1.2.0
1 parent f2b373b commit f3f4148

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
@@ -10,7 +10,7 @@ Some guidelines in reading this document:
1010
* Being that these are the early days of the repository, we have some code changes that were added directly and without much detail, for these we have a link to the commit instead of the PR.
1111
* Annotations starting with **[BC]** indicates breaking change.
1212

13-
## [new release]
13+
## 1.2.0
1414
* Fix [#15](https://github.com/log-oscon/redux-wpapi/issues/15) - Support for register dashed-routes as camelCase ([#16](https://github.com/log-oscon/redux-wpapi/pull/16))
1515
* TTL (Time-to-live) now can be overriden by each request. ([#17](https://github.com/log-oscon/redux-wpapi/pull/17))
1616
* [#13](https://github.com/log-oscon/redux-wpapi/pull/13)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-wpapi",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Wordpress integration Redux middleware based on node-wpapi.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)