Skip to content

Commit

Permalink
chore(main): release google-style 1.30.1 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 28, 2024
1 parent 6bf1cbc commit 03b0541
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.30.0"
".": "1.30.1"
}
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.30.1 (2024-10-25)

#### Bug Fixes

* Disable SafeNavigationConsistency lint ([#79](https://github.com/googleapis/ruby-style/issues/79))

### 1.30.0 (2024-04-24)

#### Features
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.30.0"
VERSION = "1.30.1"
end
end

0 comments on commit 03b0541

Please sign in to comment.