Skip to content

Commit 388b4e2

Browse files
committed
v2.12.0 release prep
1 parent da61b6c commit 388b4e2

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.maintainers_guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ To push a new release, follow these steps:
2525
2. Merge a new commit with the following changes:
2626
- Update the version in `package.json` by following the versioning guide
2727
below
28+
- Re-run `npm install` to update package-lock file version and regenerate
29+
`NOTICE.md`
2830
- Add a description of all changes since the last release in `CHANGELOG.md`
2931
- Add or update the "Latest releases" section in `README.md` with release
3032
highlights

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
See the full list of recent releases and features added on the
44
[Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases).
55

6+
## v2.12.0 - 2021-10-28
7+
8+
- Reverted expression-trees syntax highlighting rule due to performance issues.
9+
- Removed error suppression code action.
10+
611
## v2.11.0 - 2021-09-30
712

813
- Syntax highlighting improvements. Thanks

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-hack",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"publisher": "pranayagarwal",
55
"engines": {
66
"vscode": "^1.30.0"

0 commit comments

Comments
 (0)