Skip to content

Commit

Permalink
fix!: set dart sdk minVersion to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyiso committed Jul 14, 2023
1 parent 6dbc305 commit 40105b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.2

- Set dart sdk minVersion to 2.15.0
## 0.4.1

- Add exmaple README.md
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.15.0 <3.0.0'

dependencies:
ansi: ^0.2.2
Expand Down

0 comments on commit 40105b0

Please sign in to comment.