Skip to content

Commit 4bb9b8f

Browse files
chore(main): release owlbot-postprocessor 0.6.0 (#93)
1 parent 2bf3deb commit 4bb9b8f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"owlbot-postprocessor": "0.5.2"
2+
"owlbot-postprocessor": "0.6.0"
33
}

owlbot-postprocessor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 0.6.0 (2022-05-03)
4+
5+
#### Features
6+
7+
* Support toys in the owlbot postprocessor
8+
39
### 0.5.2 (2022-04-28)
410

511
#### Bug Fixes

owlbot-postprocessor/lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# limitations under the License.
1616

1717
module OwlBot
18-
VERSION = "0.5.2"
18+
VERSION = "0.6.0"
1919
end

0 commit comments

Comments
 (0)