Skip to content

Commit c1b3d10

Browse files
authored
Release v0.25.1 (#353)
1 parent b1d7c8e commit c1b3d10

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

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

4+
## 0.25.1
5+
- Fix relative path for schema files (pull #[352](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/352))
6+
- Update CloudFormation schema files as of `2023-11-02` (pull #[345](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/345))
7+
48
## 0.25.0
59
- Update CloudFormation schema files as of `2023-10-11` (pull #[309](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/309))
610
- Update all packages as of `2023-10-11` (pull #[343](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/343), #[342](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/342), #[341](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/341), #[340](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/340), #[334](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/334), #[339](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/339), #[335](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/335))

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

server/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.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vscode-cfn-lintr",
2+
"name": "vscode-cfn-lint",
33
"description": "CloudFormation Lint Server",
44
"author": "Kevin DeJong",
55
"license": "Apache-2.0",

0 commit comments

Comments
 (0)