Skip to content

Commit

Permalink
chore(release): cut the v1.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Aug 15, 2017
1 parent 0f1f289 commit f9a496d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="1.13.0"></a>
# [1.13.0](https://github.com/char0n/ramda-adjunct/compare/v1.12.0...v1.13.0) (2017-08-15)


### Bug Fixes

* **defaults:** fix wrong logic ([fbc373f](https://github.com/char0n/ramda-adjunct/commit/fbc373f))
* **docs:** fix version in JSDOC ([4696ae2](https://github.com/char0n/ramda-adjunct/commit/4696ae2))
* **reduceRightP:** compensate for older versions of ramda ([3e5b327](https://github.com/char0n/ramda-adjunct/commit/3e5b327))


### Features

* **reduceP** ([d721126](https://github.com/char0n/ramda-adjunct/commit/d721126))
* **reduceRightP** ([81d3d09](https://github.com/char0n/ramda-adjunct/commit/81d3d09)), closes [#114](https://github.com/char0n/ramda-adjunct/issues/114)
* **lenses:** lensSatisfies & lensNotSatisfy ([1c351c2](https://github.com/char0n/ramda-adjunct/commit/1c351c2))
* **viewOr** ([f494dc1](https://github.com/char0n/ramda-adjunct/commit/f494dc1))
* **lenses:** lensEq & lensNotEq ([7dd4b20](https://github.com/char0n/ramda-adjunct/commit/7dd4b20))



<a name="1.12.0"></a>
# [1.12.0](https://github.com/char0n/ramda-adjunct/compare/v1.11.0...v1.12.0) (2017-07-30)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ long as they support ES5.
[1.9.0](https://char0n.github.io/ramda-adjunct/1.9.0), [1.10.0](https://char0n.github.io/ramda-adjunct/1.10.0),
[1.10.1](https://char0n.github.io/ramda-adjunct/1.10.1), [1.10.2](https://char0n.github.io/ramda-adjunct/1.10.2),
[1.11.0](https://char0n.github.io/ramda-adjunct/1.11.0), [1.12.0](https://char0n.github.io/ramda-adjunct/1.12.0),
[LATEST](https://char0n.github.io/ramda-adjunct)
[1.13.0](https://char0n.github.io/ramda-adjunct/1.13.0), [LATEST](https://char0n.github.io/ramda-adjunct)

## Development

Expand Down

0 comments on commit f9a496d

Please sign in to comment.