We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b12227 commit 5020bf5Copy full SHA for 5020bf5
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.4.0](https://www.github.com/conventional-commits/parser/compare/v0.3.0...v0.4.0) (2021-01-07)
4
+
5
6
+### Features
7
8
+* add greedy newline tokenizer ([#25](https://www.github.com/conventional-commits/parser/issues/25)) ([5b12227](https://www.github.com/conventional-commits/parser/commit/5b12227426d8c2f0ec3c88eb58ba8cf76d76246a))
9
10
## [0.3.0](https://www.github.com/conventional-commits/parser/compare/v0.2.0...v0.3.0) (2020-12-30)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@conventional-commits/parser",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "reference implementation of conventionalcommits.org spec",
"main": "index.js",
"files": [
0 commit comments