Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCardonaRojas committed Oct 11, 2023
1 parent d951769 commit 317ded0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Change log

## [2.0.1] - Bug fixing
- Fix typos
- Add mapErrors helper

## [1.2.0] - Null safety support

- Renames Validator to ValidatorT and Validator_ to Validator
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: verify
description: Validations made simple. An extension based validation DSL.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/DanielCardonaRojas/verify
description: Validations made simple. An extension based state validation DSL.

environment:
sdk: '>=2.12.0 <4.0.0'
Expand Down

0 comments on commit 317ded0

Please sign in to comment.