Skip to content

Commit a28abae

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](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](df17633)) ### Trivial Changes * remove package-lock.json ([55f0487](55f0487))
1 parent 55f0487 commit a28abae

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.0.0](https://github.com/rvagg/branch-diff/compare/v1.10.5...v2.0.0) (2022-01-18)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* switch to ESM, dedupe more code w/ changelog-maker
7+
8+
### Features
9+
10+
* switch to ESM, dedupe more code w/ changelog-maker ([df17633](https://github.com/rvagg/branch-diff/commit/df176331c82ad9d27d5325ca29b059e89c7abef3))
11+
12+
13+
### Trivial Changes
14+
15+
* remove package-lock.json ([55f0487](https://github.com/rvagg/branch-diff/commit/55f0487b714419375b9a8482a677ead822c5104f))
16+
117
### [1.10.5](https://github.com/rvagg/branch-diff/compare/v1.10.4...v1.10.5) (2021-11-04)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "branch-diff",
3-
"version": "1.10.5",
3+
"version": "2.0.0",
44
"description": "A tool to list print the commits on one git branch that are not on another using loose comparison",
55
"main": "branch-diff.js",
66
"type": "module",

0 commit comments

Comments
 (0)