Skip to content

Commit d5d7152

Browse files
committed
Bump version to 2.2.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 1d5ca84 commit d5d7152

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# chefstyle change log
22

3-
<!-- latest_release -->
3+
<!-- latest_release 2.2.2 -->
4+
## [v2.2.2](https://github.com/chef/chefstyle/tree/v2.2.2) (2022-02-17)
5+
6+
#### Merged Pull Requests
7+
- Vendor rubocop-1.25.1 upstream configuration. [#156](https://github.com/chef/chefstyle/pull/156) ([tas50](https://github.com/tas50))
48
<!-- latest_release -->
59

6-
<!-- release_rollup -->
10+
<!-- release_rollup since=2.2.1 -->
11+
### Changes not yet released to rubygems.org
12+
13+
#### Merged Pull Requests
14+
- Vendor rubocop-1.25.1 upstream configuration. [#156](https://github.com/chef/chefstyle/pull/156) ([tas50](https://github.com/tas50)) <!-- 2.2.2 -->
715
<!-- release_rollup -->
816

917
<!-- latest_stable_release -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.2.2

lib/chefstyle/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Chefstyle
3-
VERSION = "2.2.1"
3+
VERSION = "2.2.2"
44
RUBOCOP_VERSION = "1.25.1"
55
end

0 commit comments

Comments
 (0)