Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed May 18, 2018
1 parent 1629b1c commit c517382
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.4.0

### Fixed

- #19 Replace deprecated Buffer() constructor (https://medium.com/@jasnell/node-js-buffer-api-changes-3c21f1048f97)

### Changed

- Update dependencies

## 2.3.0

### Added
Expand All @@ -8,10 +18,14 @@

### Fixed

- Update dependencies, replace deprecated gulp-util
- #15 Replace deprecated gulp-util

### Changed

- Update dependencies

## 2.2.1

### Changed

- keep indentation if no option is specified
- Keep indentation if no option is specified
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-json-editor",
"version": "2.3.0",
"version": "2.4.0",
"description": "A gulp plugin to edit JSON objects",
"license": "MIT",
"main": "./index.js",
Expand Down

0 comments on commit c517382

Please sign in to comment.