Skip to content

Commit a780a7d

Browse files
authored
chore: v0.2.3 (#34)
1 parent 5b24429 commit a780a7d

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
1-
# v0.2.2 (2021-11-16)
1+
# [0.2.3](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.2...v0.2.3) (2022-11-17)
2+
3+
### Features
4+
5+
- add dependabot ([#26](https://github.com/VeryGoodOpenSource/pub_updater/issues/26)) ([3dca646](https://github.com/VeryGoodOpenSource/pub_updater/commit/3dca64625454fb18f2f4ff01b312b001d2d7d2e2))
6+
- support custom base urls ([#33](https://github.com/VeryGoodOpenSource/pub_updater/issues/33)) ([682c6dd](https://github.com/VeryGoodOpenSource/pub_updater/commit/682c6dd424bc1d4dc8a128246f7212a89a24e99d))
7+
8+
## [0.2.2](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.1...v0.2.2) (2021-11-16)
29

310
### Bug Fixes
411

512
- widen dart compatibility ([#20](https://github.com/VeryGoodOpenSource/pub_updater/issues/20)) ([20358a3](https://github.com/VeryGoodOpenSource/pub_updater/commit/20358a3f263d6d7bb95600d2cf99cb35d103b319))
613

7-
# v0.2.1 (2021-10-13)
14+
## [0.2.1](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.0...v0.2.1) (2021-10-13)
815

916
### Bug Fixes
1017

1118
- use /api/packages to fetch latest version ([#17](https://github.com/VeryGoodOpenSource/pub_updater/issues/17)) ([23dc699](https://github.com/VeryGoodOpenSource/pub_updater/commit/23dc699104ed137bd536daf99976a78462521fcd))
1219

13-
# v0.2.0 (2021-10-12)
20+
# [0.2.0](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.1.1...v0.2.0) (2021-10-12)
1421

1522
### Features
1623

1724
- add getLatestVersion ([#14](https://github.com/VeryGoodOpenSource/pub_updater/issues/14)) ([b092f77](https://github.com/VeryGoodOpenSource/pub_updater/commit/b092f7709a9a1796d77bf4d265f385f420f1d4d6))
1825

19-
# v0.1.1 (2021-09-13)
26+
## [0.1.1](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.1.0...v0.1.1) (2021-09-13)
27+
28+
# [0.1.0](https://github.com/VeryGoodOpenSource/pub_updater/compare/adc13127067912e721849d56f334bfb7deaebde6...v0.1.0) (2021-09-13)
2029

2130
### Bug Fixes
2231

@@ -25,9 +34,3 @@
2534
### Features
2635

2736
- implement isUpToDate and update APIs ([#1](https://github.com/VeryGoodOpenSource/pub_updater/issues/1)) ([adc1312](https://github.com/VeryGoodOpenSource/pub_updater/commit/adc13127067912e721849d56f334bfb7deaebde6))
28-
29-
# v0.1.0 (2021-09-09)
30-
31-
### Features
32-
33-
- implement isUpToDate and update APIs ([#1](https://github.com/VeryGoodOpenSource/pub_update/issues/1)) ([adc1312](https://github.com/VeryGoodOpenSource/pub_update/commit/adc13127067912e721849d56f334bfb7deaebde6))

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pub_updater
22
description: A Dart package which enables checking whether a package is up to date.
3-
version: 0.2.2
3+
version: 0.2.3
44
homepage: https://github.com/VeryGoodOpenSource/pub_updater
55

66
environment:

0 commit comments

Comments
 (0)