Skip to content

Commit 018e3e0

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.0.2...v2.0.0) (2023-04-04) ### ⚠ BREAKING CHANGES * refactor, format, and update ### Features * refactor, format, and update ([4fbc36a](4fbc36a)) ### Bug Fixes * check for and handle process erorrs ([f3db5f7](f3db5f7)) * full-depth checkout to make tests work ([2c69ecd](2c69ecd)) * release from main, not master ([2f458df](2f458df)) * use pipeline to catch errors ([090d127](090d127)) ### Trivial Changes * **ci:** add auto-release ([5ca9a54](5ca9a54)) * update strip-ansi to 6.x ([#5](#5)) ([b232087](b232087))
1 parent 2f458df commit 018e3e0

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## [2.0.0](https://github.com/rvagg/commit-stream/compare/v1.0.2...v2.0.0) (2023-04-04)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* refactor, format, and update
7+
8+
### Features
9+
10+
* refactor, format, and update ([4fbc36a](https://github.com/rvagg/commit-stream/commit/4fbc36ae62345b86d6573786d05c50e880a1ff45))
11+
12+
13+
### Bug Fixes
14+
15+
* check for and handle process erorrs ([f3db5f7](https://github.com/rvagg/commit-stream/commit/f3db5f7bea4c115d2057e1f4920b59d061d48339))
16+
* full-depth checkout to make tests work ([2c69ecd](https://github.com/rvagg/commit-stream/commit/2c69ecd878de30273c3b8c31df5d84f1bcd6f7d5))
17+
* release from main, not master ([2f458df](https://github.com/rvagg/commit-stream/commit/2f458dfd0eb330b66b2f8b4f83fe2b3176fe5e52))
18+
* use pipeline to catch errors ([090d127](https://github.com/rvagg/commit-stream/commit/090d127f5238d67de258b90e03fd2402c270aabb))
19+
20+
21+
### Trivial Changes
22+
23+
* **ci:** add auto-release ([5ca9a54](https://github.com/rvagg/commit-stream/commit/5ca9a5436f19e85a2dcbbf16305e970521171dc8))
24+
* update strip-ansi to 6.x ([#5](https://github.com/rvagg/commit-stream/issues/5)) ([b232087](https://github.com/rvagg/commit-stream/commit/b23208796d7e3fd08b36f6106aa7f027aa827137))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commit-stream",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Turn a `git log` into a stream of commit objects",
55
"main": "commit-stream.js",
66
"type": "module",

0 commit comments

Comments
 (0)