Skip to content

Commit f071006

Browse files
committed
chore: v0.4.0 (#56)
1 parent 6a068a9 commit f071006

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.0
2+
3+
- fix!: activation of package on self-hosted url ([#46](https://github.com/VeryGoodOpenSource/pub_updater/pull/46))
4+
- chore(deps): bump process from 4.2.4 to 5.0.0 ([#52](https://github.com/VeryGoodOpenSource/pub_updater/pull/52))
5+
16
# [0.3.1](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.3.0...v0.3.1) (2023-06-19)
27

38
# [0.3.0](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.4...v0.3.0) (2023-04-11)

pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: pub_updater
22
description: A Dart package which enables checking whether a package is up to date.
3-
version: 0.3.1
4-
homepage: https://github.com/VeryGoodOpenSource/pub_updater
3+
version: 0.4.0
4+
repository: https://github.com/VeryGoodOpenSource/pub_updater
5+
issue_tracker: https://github.com/VeryGoodOpenSource/pub_updater/issues
6+
topics: [cli, pub, version]
57

68
environment:
79
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)