Skip to content

Commit

Permalink
"chore(release): 3.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Oct 16, 2020
1 parent 5920cd6 commit 9f8a69c
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.

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


### ⚠ BREAKING CHANGES

* Arrays are merged, rather than overwritten

* Fix #12 by adding a _.mergeWith customizer function ([dde8b24](https://github.com/alexlafroscia/yaml-merge/commit/dde8b24ddeaf2ef5629185ede7fcd0d2530c56c6)), closes [#12](https://github.com/alexlafroscia/yaml-merge/issues/12)

## [2.0.0](https://github.com/alexlafroscia/yaml-merge/compare/v1.0.4...v2.0.0) (2020-03-25)


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

0 comments on commit 9f8a69c

Please sign in to comment.