Skip to content

Commit

Permalink
v0.134.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwagner committed Mar 1, 2021
1 parent 120a413 commit aee41fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.134.0, 1 March 2021

- Introduce `Dependabot::PullRequestCreator::Message` as an alternative to `Dependabot::PullRequestCreator::MessageBuilder`
- Test: convert Bundler specs to projects
- Test: fix npm6 fixture
- Bump composer/composer from 2.0.9 to 2.0.10 in /composer/helpers/v2
- Bump @npmcli/arborist from 2.2.3 to 2.2.4 in /npm_and_yarn/helpers
- Bump eslint-config-prettier from 7.2.0 to 8.0.0 in /npm_and_yarn/helpers
- Bump phpstan/phpstan from 0.12.77 to 0.12.78 in /composer/helpers/v2
- Bump phpstan/phpstan from 0.12.77 to 0.12.78 in /composer/helpers/v1
- Bump cython from 0.29.21 to 0.29.22 in /python/helpers

## v0.133.6, 22 February 2021

- npm: Use CLI for peer dep conflicts, and default to it without lockfile
Expand Down
2 changes: 1 addition & 1 deletion common/lib/dependabot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dependabot
VERSION = "0.133.6"
VERSION = "0.134.0"
end

0 comments on commit aee41fe

Please sign in to comment.