Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jan 18, 2022
1 parent 55f0487 commit a28abae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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",
Expand Down

0 comments on commit a28abae

Please sign in to comment.