diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c6c0ffcb..5288bd1d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -8,22 +8,22 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 18.x - - name: Setup NPM - run: | - npm install - npm install -g vsce ovsx - npm run compile - - name: Publish - if: success() - run: | - vsce publish - ovsx publish - env: - VSCE_PAT: ${{ secrets.VSCE_PAT }} - OVSX_PAT: ${{ secrets.OVSX_PAT }} \ No newline at end of file + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: 18.x + - name: Setup NPM + run: | + npm install + npm install -g vsce ovsx + npm run compile + - name: Publish + if: success() + run: | + vsce publish + ovsx publish + env: + VSCE_PAT: ${{ secrets.VSCE_PAT }} + OVSX_PAT: ${{ secrets.OVSX_PAT }} diff --git a/CHANGELOG.md b/CHANGELOG.md index b0dcfbdb..8fb220a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Change Log All notable changes to the "vscode-cfn-lint" extension will be documented in this file. +## 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/406 +* Publish to open vsx by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/421 + +**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.25.6...v0.26.0 + ## 0.25.6 ## What's Changed * 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 diff --git a/package-lock.json b/package-lock.json index 292cda46..0aeb2f7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-cfn-lint", - "version": "0.25.6", + "version": "0.26.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-cfn-lint", - "version": "0.25.6", + "version": "0.26.0", "hasInstallScript": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index f61e93a8..af9bc40a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "author": "Kevin DeJong", "license": "Apache-2.0", - "version": "0.25.6", + "version": "0.26.0", "publisher": "kddejong", "engines": { "vscode": "^1.52.0"