Skip to content

Commit 383af9c

Browse files
committed
Release 1.0.0
Major version bump because of breaking changes introduced in [#8](#8).
1 parent 06e6418 commit 383af9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Some guidelines in reading this document:
88
* Every other release has it's section whose title is the tag of the release.
99
* The changes on each release are a list of Pull Requests (PRs) which were merged into master. For every PR we have the short summary followed by a link to the actual merged PR page. Inside the PR are the detailed changes.
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.
11-
* Anotations starting with **[BC]** indicates breaking change.
11+
* Annotations starting with **[BC]** indicates breaking change.
1212

13-
## [new release]
13+
## 1.0.0
1414

1515
* 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))
1616
* **[BC]** Rename `entity` to `resource` for better REST compliance.

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

0 commit comments

Comments
 (0)