You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25
Original file line number
Diff line number
Diff 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
0 commit comments