Skip to content

Commit

Permalink
chore(main): release google-style 1.26.3 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Feb 9, 2023
1 parent 554c1cc commit 35f1657
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.26.2"
".": "1.26.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.26.3 (2023-02-09)

#### Bug Fixes

* Disable Lint/Debugger for samples ([#60](https://github.com/googleapis/ruby-style/issues/60))

### 1.26.2 (2022-12-08)

#### Bug Fixes
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.26.2"
VERSION = "1.26.3"
end
end

0 comments on commit 35f1657

Please sign in to comment.