Skip to content

Commit

Permalink
Pick up new version of State
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
mattbierner committed Jul 24, 2017
1 parent 4b0f2ed commit 844d215
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# ChangeLog

## 3.1.2 - July 23, 2017
* Pick up minor fixes for State

## 3.1.1 - March 13, 2017
* Pick up minor fixes for Maybe and Writer

Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "akh",
"version": "3.1.1",
"version": "3.1.2",
"description": "Monad and Monad Transformer Collection",
"author": "Matt Bierner",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"akh.list": "^0.0.1",
"akh.maybe": "^0.0.2",
"akh.reader": "^0.0.0",
"akh.state": "^0.0.0",
"akh.state": "^0.0.1",
"akh.unique": "^0.0.0",
"akh.writer": "^0.0.1",
"object.assign": "^4.0.4"
Expand All @@ -46,4 +46,4 @@
"scripts": {
"test": "mocha ./tests"
}
}
}

0 comments on commit 844d215

Please sign in to comment.