Skip to content

Commit

Permalink
chore(release): v2.1.2 (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: Divlo <[email protected]>
  • Loading branch information
dependabot[bot] and theoludwig committed Aug 31, 2022
1 parent 3a6d198 commit 7167ab8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: 'actions/checkout@v3'

- name: 'Use Node.js'
uses: 'actions/setup-node@v3.1.1'
uses: 'actions/setup-node@v3.4.1'
with:
node-version: 'lts/*'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vscode-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: 'actions/checkout@v3'

- name: 'Use Node.js'
uses: 'actions/setup-node@v3.1.1'
uses: 'actions/setup-node@v3.4.1'
with:
node-version: 'lts/*'

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.2

- **Fix**: Publishing issue on the VSCode Marketplace ([#444](https://github.com/standard/vscode-standard/issues/444))

## 2.1.1

- **Fix**: Detect brackets in filename and **folders** ([#443](https://github.com/standard/vscode-standard/pull/443))
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-standard",
"displayName": "StandardJS - JavaScript Standard Style",
"description": "Visual Studio Code extension for JavaScript Standard Style with automatic fixing.",
"version": "2.1.1",
"version": "2.1.2",
"author": "Standard",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -235,4 +235,4 @@
"publisherId": "bba8e1d9-5ef7-404d-a918-f050cbfd2d01",
"isPreReleaseVersion": false
}
}
}

0 comments on commit 7167ab8

Please sign in to comment.