Skip to content

Commit

Permalink
chore(release): cut the v1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed May 22, 2017
1 parent 303f06d commit 4c86a20
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="1.8.0"></a>
# [1.8.0](https://github.com/char0n/ramda-adjunct/compare/v1.7.0...v1.8.0) (2017-05-22)


### Features

* **Identity:** add Identity monadic type to public API ([5130a73](https://github.com/char0n/ramda-adjunct/commit/5130a73))
* **weave:** add support for auto-currying returned function ([7fcf7a9](https://github.com/char0n/ramda-adjunct/commit/7fcf7a9)), closes [#78](https://github.com/char0n/ramda-adjunct/issues/78)
* add isValidDate ([3a2f4ad](https://github.com/char0n/ramda-adjunct/commit/3a2f4ad))
* isNotValidDate ([10d3780](https://github.com/char0n/ramda-adjunct/commit/10d3780)), closes [#46](https://github.com/char0n/ramda-adjunct/issues/46)



<a name="1.7.0"></a>
# [1.7.0](https://github.com/char0n/ramda-adjunct/compare/v1.6.0...v1.7.0) (2017-05-18)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ long as they support ES5.
[1.3.1](https://char0n.github.io/ramda-adjunct/1.3.1), [1.3.2](https://char0n.github.io/ramda-adjunct/1.3.2),
[1.4.0](https://char0n.github.io/ramda-adjunct/1.4.0), [1.5.0](https://char0n.github.io/ramda-adjunct/1.5.0),
[1.6.0](https://char0n.github.io/ramda-adjunct/1.6.0), [1.7.0](https://char0n.github.io/ramda-adjunct/1.7.0),
[LATEST](https://char0n.github.io/ramda-adjunct)
[1.8.0](https://char0n.github.io/ramda-adjunct/1.8.0), [LATEST](https://char0n.github.io/ramda-adjunct)

## Development

Expand Down

0 comments on commit 4c86a20

Please sign in to comment.