Skip to content

Commit d27a492

Browse files
committed
chore: update changelog with 0.4.4 release
1 parent ecd60eb commit d27a492

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.4.4 (2022-02-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **changelog**: use `git remote` to check if repo has an `origin` remote configured ([1a3be0a4](https://github.com/zbindenren/cc/commit/1a3be0a4))
7+
* **common**: overwrite tag correctly for initial release ([#5](https://github.com/zbindenren/cc/issues/5), [1cbb1f23](https://github.com/zbindenren/cc/commit/1cbb1f23))
8+
* **common**: replaces `\r\n` (windows) and `\r` mac with `\n` ([92f82819](https://github.com/zbindenren/cc/commit/92f82819))
9+
> Dependabot uses `\r\n` as newlines in commit messages. Now parsing
10+
> of Dependabot commit messages is possible too.
11+
12+
13+
### Build System
14+
15+
* **common**: add conventional commits workflow ([6838c63e](https://github.com/zbindenren/cc/commit/6838c63e))
16+
17+
18+
### Dependencies
19+
20+
* **flash**: 0.1.0 -> 0.2.0 ([58baaf01](https://github.com/zbindenren/cc/commit/58baaf01))
21+
* **testify**: 1.6.1 -> 1.7.0 ([b4815ff6](https://github.com/zbindenren/cc/commit/b4815ff6))
22+
* **yaml**: 3.0.0-20200615113413-eeeca48fe776 -> 3.0.0-20210107192922-496545a6307b ([8883cdb6](https://github.com/zbindenren/cc/commit/8883cdb6))
23+
24+
25+
126
## 0.4.3 (2021-02-04)
227

328

0 commit comments

Comments
 (0)