We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3f696 commit eeefb96Copy full SHA for eeefb96
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [0.4.1](https://www.github.com/conventional-commits/parser/compare/v0.4.0...v0.4.1) (2021-01-07)
4
+
5
6
+### Bug Fixes
7
8
+* **types:** add missing Newline types ([#35](https://www.github.com/conventional-commits/parser/issues/35)) ([6f3f696](https://www.github.com/conventional-commits/parser/commit/6f3f69622191711df1ea419c73ef0770d0b36ba7))
9
10
## [0.4.0](https://www.github.com/conventional-commits/parser/compare/v0.3.0...v0.4.0) (2021-01-07)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@conventional-commits/parser",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "reference implementation of conventionalcommits.org spec",
"main": "index.js",
"files": [
0 commit comments