Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsyoung committed Nov 16, 2016
1 parent 019bc3c commit c2d0cc7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# JQ CLI Wrapper Changelog

## 2016-11-16, Version 0.4.0, @jamsyoung

### Notable changes

- Does not pin node engine anymore, updated to require 6.9.1+ (current LTS)

### Known issues

See https://github.com/jamsyoung/jq-cli-wrapper/labels/defect for complete and
current list of known issues.

### Commits

* [[`019bc3c047`](https://github.com/jamsyoung/jq-cli-wrapper/commit/019bc3c047)] - **deps**: update node engine (#5) (Jamie Young) [#5](https://github.com/jamsyoung/jq-cli-wrapper/pull/5)
* [[`4e99169d3f`](https://github.com/jamsyoung/jq-cli-wrapper/commit/4e99169d3f)] - **deps**: update node version to most current LTS (james young)
* [[`b0c44497ae`](https://github.com/jamsyoung/jq-cli-wrapper/commit/b0c44497ae)] - **deps**: set node engine to be >=, not exact (James Young




## 2015-12-08, Version 0.3.0, @jamsyoung
### Notable changes
- Support for Linux 32-bit
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jq-cli-wrapper",
"version": "0.3.0",
"version": "0.4.0",
"description": "A npm wrapper around the jq cli",
"author": "James Young <jmeyoung@gmail.com> (http://jamsyoung.com/)",
"main": "",
Expand Down

0 comments on commit c2d0cc7

Please sign in to comment.