Skip to content

Commit 13a53fd

Browse files
author
Julio Rios
committed
Upgrade dependencies
1 parent 5732928 commit 13a53fd

File tree

4 files changed

+91
-87
lines changed

4 files changed

+91
-87
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning].
99

1010
- /
1111

12+
## [1.2.16-rc1] - 2023-09-22
13+
14+
### Changed
15+
16+
- Upgrade dependencies
17+
18+
1219
## [1.2.15] - 2023-04-04
1320

1421
### Changed
@@ -70,7 +77,8 @@ and this project adheres to [Semantic Versioning].
7077
[semantic versioning]: https://semver.org/spec/v2.0.0.html
7178

7279
<!-- Versions -->
73-
[unreleased]: https://github.com/jsilverdev/dart_image_converter/compare/v1.2.15...HEAD
80+
[unreleased]: https://github.com/jsilverdev/dart_image_converter/compare/v1.2.16...HEAD
81+
[1.2.16]: https://github.com/jsilverdev/dart_image_converter/compare/v1.2.15...v1.2.16
7482
[1.2.15]: https://github.com/jsilverdev/dart_image_converter/compare/v1.2.14...v1.2.15
7583
[1.2.14]: https://github.com/jsilverdev/dart_image_converter/compare/v1.2.13...v1.2.14
7684
[1.2.13]: https://github.com/jsilverdev/dart_image_converter/compare/v1.1.1..v1.2.13

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,4 @@ To run tests, run the following command
8080

8181
```bash
8282
dart test
83-
```
84-
85-
## Roadmap
86-
87-
- Functionality for upload to GCP
83+
```

0 commit comments

Comments
 (0)