Skip to content

Commit

Permalink
chore(release): cut the v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Mar 16, 2017
1 parent fdc83c1 commit 55d1ce1
Show file tree
Hide file tree
Showing 3 changed files with 23 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,23 @@
<a name="0.6.0"></a>
# [0.6.0](https://github.com/char0n/ramda-adjunct/compare/v0.5.1...v0.6.0) (2017-03-16)


### Features

* add isDate ([5fbd348](https://github.com/char0n/ramda-adjunct/commit/5fbd348))
* add isNaN ([3111de3](https://github.com/char0n/ramda-adjunct/commit/3111de3))
* add isNotDate ([4ffa958](https://github.com/char0n/ramda-adjunct/commit/4ffa958))
* add isNotNaN ([fdc83c1](https://github.com/char0n/ramda-adjunct/commit/fdc83c1))
* add isNotNumber ([a3a0758](https://github.com/char0n/ramda-adjunct/commit/a3a0758))
* as isNumber ([d76d5fd](https://github.com/char0n/ramda-adjunct/commit/d76d5fd))



<a name="0.5.1"></a>
## [0.5.1](https://github.com/char0n/ramda-adjunct/compare/v0.5.0...v0.5.1) (2017-03-06)



<a name="0.5.0"></a>
# [0.5.0](https://github.com/char0n/ramda-adjunct/compare/v0.4.0...v0.5.0) (2017-03-06)

Expand All @@ -17,6 +37,7 @@
* add isNotAsyncFunction ([8194de9](https://github.com/char0n/ramda-adjunct/commit/8194de9))
* add isNotFunction ([82b8295](https://github.com/char0n/ramda-adjunct/commit/82b8295)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31)
* add isNotObjectLike ([9233e00](https://github.com/char0n/ramda-adjunct/commit/9233e00))
* add isNotPlainObject ([1d39f44](https://github.com/char0n/ramda-adjunct/commit/1d39f44))
* add isObject ([9f6e64a](https://github.com/char0n/ramda-adjunct/commit/9f6e64a))
* add isObjectLike ([52b1917](https://github.com/char0n/ramda-adjunct/commit/52b1917))
* add isPlainObject ([6e14291](https://github.com/char0n/ramda-adjunct/commit/6e14291))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ long as they support ES5.
- [0.3.0](https://char0n.github.io/ramda-adjunct/0.3.0)
- [0.4.0](https://char0n.github.io/ramda-adjunct/0.4.0)
- [0.5.1](https://char0n.github.io/ramda-adjunct/0.5.1)
- [0.6.0](https://char0n.github.io/ramda-adjunct/0.6.0)
- Latest: https://char0n.github.io/ramda-adjunct

## Development
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contributors": [],
"name": "ramda-adjunct",
"description": "Extensions for Ramda",
"keywords": "ramda extensions addons cookbook adjunct recipe",
"keywords": "ramda extensions addons cookbook adjunct recipe extras",
"version": "0.6.0",
"homepage": "https://github.com/char0n/ramda-adjunct",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down

0 comments on commit 55d1ce1

Please sign in to comment.