Skip to content

Commit

Permalink
chore(main): release google-style 1.25.3 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored May 6, 2022
1 parent a612098 commit 83b1c8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.25.2"
".": "1.25.3"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.25.3 (2022-05-06)

#### Bug Fixes

* Pin rubocop to 1.28.x for Ruby 2.5 compatibility

### 1.25.2 (2021-09-23)

* Disable Style/RedundantBegin
Expand Down
2 changes: 1 addition & 1 deletion lib/google/style/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Google
module Style
VERSION = "1.25.2"
VERSION = "1.25.3"
end
end

0 comments on commit 83b1c8d

Please sign in to comment.