Skip to content

Commit

Permalink
Release v0.26.1 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Jan 11, 2025
1 parent 73a1790 commit 3115b8b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.

## 0.26.1
## What's Changed
* Switch to node 20.x by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/424
* Update title of gha by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/425
* merge publishing by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/426
* 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
* 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
* 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
* Update packages and dependencies by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/435

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.26.0...v0.26.1

## 0.26.0
## What's Changed
* Update tests and vscode test version by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/418
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"author": "Kevin DeJong",
"license": "Apache-2.0",
"version": "0.26.0",
"version": "0.26.1",
"publisher": "kddejong",
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit 3115b8b

Please sign in to comment.