Skip to content

Commit f9e6b33

Browse files
committed
Document patching version
1 parent 35173e1 commit f9e6b33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ 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+
## 1.0.1
14+
15+
* Fix selector, which was referring to `entity` instead `resource`.
16+
1317
## 1.0.0
1418

1519
* Introduce Adapters, an abstraction of API specifics so ReduxWPAPI can communicate with any other API client. ([#8](https://github.com/log-oscon/redux-wpapi/pull/8))

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

0 commit comments

Comments
 (0)