Skip to content

Commit

Permalink
Rollback v1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Dijou committed Mar 17, 2020
1 parent 4715d36 commit 332c811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 1.7.9

- Rollback previous release.

# 1.7.8

- Add ability to natively import es6 modules. (thanks @Ptico)
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "redux-act",
"version": "1.7.8",
"version": "1.7.9",
"license": "Apache-2.0",
"description": "An opinionated lib to create actions and reducers for Redux",
"keywords": [
Expand All @@ -11,7 +11,6 @@
"batch"
],
"main": "lib/index.js",
"module": "src/index.js",
"types": "./types.d.ts",
"typings": "./types.d.ts",
"homepage": "https://github.com/pauldijou/redux-act",
Expand Down

0 comments on commit 332c811

Please sign in to comment.