Skip to content

Commit

Permalink
chore(release): cut the v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Mar 26, 2017
1 parent 521c346 commit bc55824
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
/jsdoc.json
/tmp-test-bundle.js
/testem.json
/tonicExample.js
/webpack.config.js
/webpack.config-test.web.js
/webpack.config-test.node.js
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="0.7.0"></a>
# [0.7.0](https://github.com/char0n/ramda-adjunct/compare/v0.6.0...v0.7.0) (2017-03-26)


### Features

* add isNotInteger ([494094d](https://github.com/char0n/ramda-adjunct/commit/494094d)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
* isFinite ([f3ed894](https://github.com/char0n/ramda-adjunct/commit/f3ed894))
* isInteger ([466db58](https://github.com/char0n/ramda-adjunct/commit/466db58))
* isNotFinite ([1edbebc](https://github.com/char0n/ramda-adjunct/commit/1edbebc))



<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)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ long as they support ES5.
- [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)
- [0.6.0](https://char0n.github.io/ramda-adjunct/0.7.0)
- Latest: https://char0n.github.io/ramda-adjunct

## Development
Expand Down

0 comments on commit bc55824

Please sign in to comment.