Skip to content

Commit 35e22ae

Browse files
authored
Release v0.25.6 (#407)
1 parent f0e7825 commit 35e22ae

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Change Log
22
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.
33

4+
## 0.25.6
5+
## What's Changed
6+
* Bump @types/vscode from 1.87.0 to 1.88.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/391
7+
* Bump @types/vscode from 1.88.0 to 1.89.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/396
8+
* Bump @types/lodash from 4.17.0 to 4.17.4 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/394
9+
* Fixes for tests for cfn-lint v1 by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/403
10+
* Bump @types/vscode from 1.89.0 to 1.91.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/404
11+
* Bump semver from 7.6.0 to 7.6.2 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/397
12+
* Bump @types/lodash from 4.17.4 to 4.17.6 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/401
13+
* Bump yaml-language-server from 1.14.0 to 1.15.0 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/400
14+
* Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/399
15+
* Bump braces from 3.0.2 to 3.0.3 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/398
16+
* Bump @vscode/test-electron from 2.3.9 to 2.4.1 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/405
17+
* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/389
18+
19+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.25.5...v0.25.6
20+
421
## 0.25.5
522
- Update CloudFormation schema files as of `2024-04-24` (pull #[386](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/386))
623
- Fix an issue with symbols being falsy in json (pull #[387](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/387))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.25.5",
37+
"version": "0.25.6",
3838
"publisher": "kddejong",
3939
"engines": {
4040
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)