We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbc305 commit 40105b0Copy full SHA for 40105b0
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.4.2
2
+
3
+ - Set dart sdk minVersion to 2.15.0
4
## 0.4.1
5
6
- Add exmaple README.md
pubspec.yaml
@@ -1,11 +1,11 @@
name: commitlint_cli
description: Commitlint lint commit messages to satisfy conventional commit format
-version: 0.4.1
+version: 0.4.2
homepage: https://github.com/hyiso/commitlint
documentation: https://hyiso.github.io/commitlint
7
environment:
8
- sdk: '>=2.12.0 <3.0.0'
+ sdk: '>=2.15.0 <3.0.0'
9
10
dependencies:
11
ansi: ^0.2.2
0 commit comments