Skip to content

Commit e35471f

Browse files
authored
v2.1.2 #64
2 parents a82c7b1 + 69a0899 commit e35471f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.2
2+
3+
- Fix `min` and `max` assertion with `clamp` extension
4+
15
## 2.1.1
26

37
- Introduce `firstDayOfWeek` 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.1"
15+
time: "^2.1.2"
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.1
3+
version: 2.1.2
44
homepage: https://github.com/jogboms/time.dart
55

66
environment:

0 commit comments

Comments
 (0)