Skip to content

Commit 1edc22d

Browse files
committed
Bump version
1 parent e0bdcdf commit 1edc22d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.6
2+
3+
- Include `milliseconds` and `microseconds` in `timeOfDay` extension to `DateTime`
4+
15
## 2.1.5
26

37
- Introduce `endOfDay` extension to `DateTime`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final DateTime fourHoursFromNow = DateTime.now() + Duration(hours: 4);
1212
## 🎖 Installation
1313
```yaml
1414
dependencies:
15-
time: "^2.1.5"
15+
time: "^2.1.6"
1616
```
1717
1818
### ⚡ Import

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: time
22
description: Type-safe DateTime and Duration calculations, powered by extensions.
3-
version: 2.1.5
3+
version: 2.1.6
44
homepage: https://github.com/jogboms/time.dart
55

66
environment:

0 commit comments

Comments
 (0)