Skip to content

Commit 9523639

Browse files
authored
Release v0.26.0 (#422)
1 parent af3c8b9 commit 9523639

File tree

4 files changed

+37
-22
lines changed

4 files changed

+37
-22
lines changed

.github/workflows/publish.yaml

+19-19
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Checkout
12-
uses: actions/checkout@v4
13-
- name: Setup Node.js
14-
uses: actions/setup-node@v4
15-
with:
16-
node-version: 18.x
17-
- name: Setup NPM
18-
run: |
19-
npm install
20-
npm install -g vsce ovsx
21-
npm run compile
22-
- name: Publish
23-
if: success()
24-
run: |
25-
vsce publish
26-
ovsx publish
27-
env:
28-
VSCE_PAT: ${{ secrets.VSCE_PAT }}
29-
OVSX_PAT: ${{ secrets.OVSX_PAT }}
11+
- name: Checkout
12+
uses: actions/checkout@v4
13+
- name: Setup Node.js
14+
uses: actions/setup-node@v4
15+
with:
16+
node-version: 18.x
17+
- name: Setup NPM
18+
run: |
19+
npm install
20+
npm install -g vsce ovsx
21+
npm run compile
22+
- name: Publish
23+
if: success()
24+
run: |
25+
vsce publish
26+
ovsx publish
27+
env:
28+
VSCE_PAT: ${{ secrets.VSCE_PAT }}
29+
OVSX_PAT: ${{ secrets.OVSX_PAT }}

CHANGELOG.md

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

4+
## 0.26.0
5+
## What's Changed
6+
* Update tests and vscode test version by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/418
7+
* Bump @types/lodash from 4.17.6 to 4.17.10 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/419
8+
* Bump @types/vscode from 1.91.0 to 1.94.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/420
9+
* Bump peter-evans/create-pull-request from 6 to 7 by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/415
10+
* Bump path-to-regexp from 1.8.0 to 1.9.0 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/414
11+
* Bump mocha from 10.4.0 to 10.7.3 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/412
12+
* Bump semver from 7.6.2 to 7.6.3 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/410
13+
* Bump vscode-languageserver-textdocument from 1.0.11 to 1.0.12 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/411
14+
* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/406
15+
* Publish to open vsx by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/421
16+
17+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.25.6...v0.26.0
18+
419
## 0.25.6
520
## What's Changed
621
* 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

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

0 commit comments

Comments
 (0)