From a28abaecfc15e9c7f2fcb8e9ed79c02494d2d894 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Jan 2022 05:41:18 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/rvagg/branch-diff/compare/v1.10.5...v2.0.0) (2022-01-18) ### ⚠ BREAKING CHANGES * switch to ESM, dedupe more code w/ changelog-maker ### Features * switch to ESM, dedupe more code w/ changelog-maker ([df17633](https://github.com/rvagg/branch-diff/commit/df176331c82ad9d27d5325ca29b059e89c7abef3)) ### Trivial Changes * remove package-lock.json ([55f0487](https://github.com/rvagg/branch-diff/commit/55f0487b714419375b9a8482a677ead822c5104f)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f34d6..cb9ce91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [2.0.0](https://github.com/rvagg/branch-diff/compare/v1.10.5...v2.0.0) (2022-01-18) + + +### ⚠ BREAKING CHANGES + +* switch to ESM, dedupe more code w/ changelog-maker + +### Features + +* switch to ESM, dedupe more code w/ changelog-maker ([df17633](https://github.com/rvagg/branch-diff/commit/df176331c82ad9d27d5325ca29b059e89c7abef3)) + + +### Trivial Changes + +* remove package-lock.json ([55f0487](https://github.com/rvagg/branch-diff/commit/55f0487b714419375b9a8482a677ead822c5104f)) + ### [1.10.5](https://github.com/rvagg/branch-diff/compare/v1.10.4...v1.10.5) (2021-11-04) diff --git a/package.json b/package.json index 222f96c..8dbbd36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "branch-diff", - "version": "1.10.5", + "version": "2.0.0", "description": "A tool to list print the commits on one git branch that are not on another using loose comparison", "main": "branch-diff.js", "type": "module",