Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Mar 25, 2020
1 parent f295375 commit 1b1b863
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1b1b863

Please sign in to comment.