We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0c187 commit d167099Copy full SHA for d167099
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.3.0
2
+
3
+### Added
4
5
+ - New option 'beautify' (default: true) to disable beautification if necessary
6
7
## 2.2.2
8
9
### Fixed
package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-json-editor",
- "version": "2.2.2",
+ "version": "2.3.0",
"description": "A gulp plugin to edit JSON object",
"license": "MIT",
"main": "./index.js",
0 commit comments