diff --git a/CHANGELOG.md b/CHANGELOG.md index 1926871..feb229d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.0 + +- fix!: activation of package on self-hosted url ([#46](https://github.com/VeryGoodOpenSource/pub_updater/pull/46)) +- chore(deps): bump process from 4.2.4 to 5.0.0 ([#52](https://github.com/VeryGoodOpenSource/pub_updater/pull/52)) + # [0.3.1](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.3.0...v0.3.1) (2023-06-19) # [0.3.0](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.4...v0.3.0) (2023-04-11) diff --git a/pubspec.yaml b/pubspec.yaml index abf5f61..660143d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,9 @@ name: pub_updater description: A Dart package which enables checking whether a package is up to date. version: 0.3.1 -homepage: https://github.com/VeryGoodOpenSource/pub_updater +repository: https://github.com/VeryGoodOpenSource/pub_updater +issue_tracker: https://github.com/VeryGoodOpenSource/pub_updater/issues +topics: [cli, pub, version] environment: sdk: ">=3.0.0 <4.0.0"