Skip to content

Commit

Permalink
chore: v0.4.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Sep 19, 2023
1 parent 6a068a9 commit dd39359
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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)
Expand Down
4 changes: 3 additions & 1 deletion 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"
Expand Down

0 comments on commit dd39359

Please sign in to comment.