Skip to content

Commit

Permalink
🔖 prepare for 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Oct 29, 2020
1 parent bb30876 commit b764dda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.1

- Add extensions `isInYears` and `inYears` for `Duration`.
- Add extension `fromNow()` for `DateTime`.
- Fix Issue: `DeBouncer` throwing null pointer exception when calling `cancel()`.

## 1.1.0

- Added extension format date using `DateFormat` from **intl** package.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: screwdriver
description: A dart package aiming to provide useful extensions and helper functions to ease and speed up development.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/birjuvachhani/screwdriver

environment:
Expand Down

0 comments on commit b764dda

Please sign in to comment.