Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Sep 17, 2019
1 parent e75420c commit ca7918b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

### 1.3.0

- [#9] Add TypeScript support.

### 1.2.2

- [#7] Normalize method names to uppercase.
Expand Down Expand Up @@ -29,5 +33,6 @@
[#5]:https://github.com/godaddy/reduxful/pull/5
[#6]:https://github.com/godaddy/reduxful/pull/6
[#7]:https://github.com/godaddy/reduxful/pull/7
[#9]:https://github.com/godaddy/reduxful/pull/9
[transform-url]:https://github.com/godaddy/transform-url#readme
[ApiConfig]:https://github.com/godaddy/reduxful/blob/master/docs/api.md#apiconfig--object
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "reduxful",
"version": "1.2.2",
"version": "1.3.0",
"description": "Redux state from RESTful services",
"main": "./lib",
"browser": "./lib",
Expand Down

0 comments on commit ca7918b

Please sign in to comment.