Skip to content

Commit 40105b0

Browse files
committed
fix!: set dart sdk minVersion to 2.15.0
1 parent 6dbc305 commit 40105b0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.4.2
2+
3+
- Set dart sdk minVersion to 2.15.0
14
## 0.4.1
25

36
- Add exmaple README.md

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: commitlint_cli
22
description: Commitlint lint commit messages to satisfy conventional commit format
3-
version: 0.4.1
3+
version: 0.4.2
44
homepage: https://github.com/hyiso/commitlint
55
documentation: https://hyiso.github.io/commitlint
66

77
environment:
8-
sdk: '>=2.12.0 <3.0.0'
8+
sdk: '>=2.15.0 <3.0.0'
99

1010
dependencies:
1111
ansi: ^0.2.2

0 commit comments

Comments
 (0)