Skip to content

Commit 3115b8b

Browse files
authored
Release v0.26.1 (#436)
1 parent 73a1790 commit 3115b8b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.
33

4+
## 0.26.1
5+
## What's Changed
6+
* Switch to node 20.x by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/424
7+
* Update title of gha by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/425
8+
* merge publishing by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/426
9+
* Bump @types/vscode from 1.94.0 to 1.95.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/430
10+
* Bump @types/lodash from 4.17.10 to 4.17.13 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/429
11+
* Bump @types/vscode from 1.95.0 to 1.96.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/433
12+
* Update packages and dependencies by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/435
13+
14+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.26.0...v0.26.1
15+
416
## 0.26.0
517
## What's Changed
618
* Update tests and vscode test version by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/418

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"author": "Kevin DeJong",
3636
"license": "Apache-2.0",
37-
"version": "0.26.0",
37+
"version": "0.26.1",
3838
"publisher": "kddejong",
3939
"engines": {
4040
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)