Skip to content

Commit 7167ab8

Browse files
chore(release): v2.1.2 (#437)
Co-authored-by: Divlo <contact@divlo.fr>
1 parent 3a6d198 commit 7167ab8

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: 'actions/checkout@v3'
1717

1818
- name: 'Use Node.js'
19-
uses: 'actions/setup-node@v3.1.1'
19+
uses: 'actions/setup-node@v3.4.1'
2020
with:
2121
node-version: 'lts/*'
2222

.github/workflows/vscode-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: 'actions/checkout@v3'
1414

1515
- name: 'Use Node.js'
16-
uses: 'actions/setup-node@v3.1.1'
16+
uses: 'actions/setup-node@v3.4.1'
1717
with:
1818
node-version: 'lts/*'
1919

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.1.2
4+
5+
- **Fix**: Publishing issue on the VSCode Marketplace ([#444](https://github.com/standard/vscode-standard/issues/444))
6+
37
## 2.1.1
48

59
- **Fix**: Detect brackets in filename and **folders** ([#443](https://github.com/standard/vscode-standard/pull/443))

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-standard",
33
"displayName": "StandardJS - JavaScript Standard Style",
44
"description": "Visual Studio Code extension for JavaScript Standard Style with automatic fixing.",
5-
"version": "2.1.1",
5+
"version": "2.1.2",
66
"author": "Standard",
77
"license": "MIT",
88
"repository": {
@@ -235,4 +235,4 @@
235235
"publisherId": "bba8e1d9-5ef7-404d-a918-f050cbfd2d01",
236236
"isPreReleaseVersion": false
237237
}
238-
}
238+
}

0 commit comments

Comments
 (0)