Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Jan 4, 2021
1 parent 4a33f7a commit a48f863
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [4.0.0](https://github.com/alexlafroscia/yaml-merge/compare/v3.0.0...v4.0.0) (2021-01-04)


### ⚠ BREAKING CHANGES

* **deps:** Some serialization/deserialization behavior around quoting values has changed, which might affect the input/output of this tool.

* **deps:** bump js-yaml from 3.14.1 to 4.0.0 ([4a33f7a](https://github.com/alexlafroscia/yaml-merge/commit/4a33f7aeeb4f947978c33e175a1bfd9dd6e2f3aa))

## [3.0.0](https://github.com/alexlafroscia/yaml-merge/compare/v2.0.0...v3.0.0) (2020-10-16)


Expand Down
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": "3.0.0",
"version": "4.0.0",
"description": "A super simple tool for merging YAML files",
"main": "index.js",
"bin": "bin/yaml-merge",
Expand Down

0 comments on commit a48f863

Please sign in to comment.