Skip to content

Commit a0e1b39

Browse files
committed
Release v1.1.0
1 parent 32b47ad commit a0e1b39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1.0
1414

1515
* Expose a denormalization mechanism so consumer can transform local ids into resources denormalized ([#11](https://github.com/log-oscon/redux-wpapi/pull/11))
1616
* Fix the Promise return from middleware dispatch, which should always resolve to `selectQuery` result ([#9](https://github.com/log-oscon/redux-wpapi/pull/9))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# redux-wpapi
2-
[![npm version](https://img.shields.io/npm/v/redux.svg?style=flat-square)](https://www.npmjs.com/package/redux-wpapi)
2+
[![npm version](https://img.shields.io/npm/v/redux-wpapi.svg?style=flat-square)](https://www.npmjs.com/package/redux-wpapi)
33
[![Build Status](https://travis-ci.org/log-oscon/redux-wpapi.svg?branch=master)](https://travis-ci.org/log-oscon/redux-wpapi)
44

55
A [node-wpapi](https://github.com/WP-API/node-wpapi) integration for a Redux based Application.

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.0.1",
3+
"version": "1.1.0",
44
"description": "Wordpress integration Redux middleware based on node-wpapi.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)