diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..80f7cd6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [2.0.0](https://github.com/alexlafroscia/yaml-merge/compare/v1.0.4...v2.0.0) (2020-03-25) + + +### ⚠ BREAKING CHANGES + +* The code will likely still work with older versions of +Node, but we're now only testing against the current LTS release. + +* bump minimum node version ([1e0f9ea](https://github.com/alexlafroscia/yaml-merge/commit/1e0f9eaacb814ebf8ca5edf861e1bca506fc74e9)) diff --git a/package.json b/package.json index 717ad09..fc54d49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alexlafroscia/yaml-merge", - "version": "1.0.4", + "version": "2.0.0", "description": "A super simple tool for merging YAML files", "main": "index.js", "bin": "bin/yaml-merge",