Skip to content

Commit ae69894

Browse files
committed
Bump version to 2.2.21 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 4b99a14 commit ae69894

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# vscode-chef Change Log
22

3-
<!-- latest_release 2.2.20 -->
4-
## [v2.2.20](https://github.com/chef/vscode-chef/tree/v2.2.20) (2026-08-17)
3+
<!-- latest_release 2.2.21 -->
4+
## [v2.2.21](https://github.com/chef/vscode-chef/tree/v2.2.21) (2026-08-17)
55

66
#### Merged Pull Requests
7-
- CHEF-30536 Update and standardize copyright notices to Progress Software Corporation - copyright_update [#267](https://github.com/chef/vscode-chef/pull/267) ([clintoncwolfe](https://github.com/clintoncwolfe))
7+
- Replace CONTRIBUTING.md file with standard template [#282](https://github.com/chef/vscode-chef/pull/282) ([nikhil2611](https://github.com/nikhil2611))
88
<!-- latest_release -->
99

1010
<!-- release_rollup -->
1111
### Changes not yet released
1212

1313
#### Merged Pull Requests
14+
- Replace CONTRIBUTING.md file with standard template [#282](https://github.com/chef/vscode-chef/pull/282) ([nikhil2611](https://github.com/nikhil2611)) <!-- 2.2.21 -->
1415
- CHEF-30536 Update and standardize copyright notices to Progress Software Corporation - copyright_update [#267](https://github.com/chef/vscode-chef/pull/267) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.20 -->
1516
- Repair rubocop refusing to run (#97) [#262](https://github.com/chef/vscode-chef/pull/262) ([sinfomicien](https://github.com/sinfomicien)) <!-- 2.2.19 -->
1617
- Bump @types/node from 20.17.15 to 26.1.2 [#278](https://github.com/chef/vscode-chef/pull/278) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 2.2.18 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.20
1+
2.2.21

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chef",
33
"description": "Official Chef Infra extension for VSCode with code linting support and snippets.",
4-
"version": "2.2.20",
4+
"version": "2.2.21",
55
"publisher": "chef-software",
66
"icon": "images/chef-logo.png",
77
"displayName": "Chef Infra Extension for Visual Studio Code",

0 commit comments

Comments
 (0)