Skip to content

Commit

Permalink
chore: v1.1.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored Feb 12, 2024
1 parent 8372edb commit 516e200
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.1.0

- feat: add elm, gradle, and terraform support ([#14](https://github.com/renancaraujo/dependabot_gen/pull/14))
- code: update README.md ([#15](https://github.com/renancaraujo/dependabot_gen/pull/15))

# v1.0.0

- chore: recreate package ([#7](https://github.com/renancaraujo/dependabot_gen/pull/7))
Expand All @@ -6,5 +11,3 @@
- feat: true alias ([#10](https://github.com/renancaraujo/dependabot_gen/pull/10))
- chore(deps): bump actions/github-script from 3 to 7 ([#11](https://github.com/renancaraujo/dependabot_gen/pull/11))
- feat: add diagnose command ([#12](https://github.com/renancaraujo/dependabot_gen/pull/12))


2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dependabot_gen
description: Dependabot gen is a Dart CLI tool to assist in the creation and maintenance of dependabot.yaml files in a project.
version: 1.0.0
version: 1.1.0
repository: https://github.com/renancaraujo/dependabot_gen
issue_tracker: https://github.com/renancaraujo/dependabot_gen/issues
homepage: https://github.com/renancaraujo/dependabot_gen
Expand Down

0 comments on commit 516e200

Please sign in to comment.