We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5ee9b commit cbe4801Copy full SHA for cbe4801
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.0.1 (2018-04-15)
2
+
3
+### Bug Fixes
4
5
+- plugin mutates provided options ([5be4a64](https://github.com/crissdev/gulp-yaml/commit/5be4a6451611187de0b0179642e35fccff23a9ff))
6
7
# 2.0.0 (2018-04-12)
8
9
### User features
package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-yaml",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Convert YAML to JSON",
"main": "index.js",
"scripts": {
0 commit comments