From 388b4e2f9ac91745f9725f7f65a7341a771787d3 Mon Sep 17 00:00:00 2001 From: Pranay Agarwal Date: Thu, 28 Oct 2021 13:03:21 -0700 Subject: [PATCH] v2.12.0 release prep --- .maintainers_guide.md | 2 ++ CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.maintainers_guide.md b/.maintainers_guide.md index aa2a953..c9e38b0 100644 --- a/.maintainers_guide.md +++ b/.maintainers_guide.md @@ -25,6 +25,8 @@ To push a new release, follow these steps: 2. Merge a new commit with the following changes: - Update the version in `package.json` by following the versioning guide below + - Re-run `npm install` to update package-lock file version and regenerate + `NOTICE.md` - Add a description of all changes since the last release in `CHANGELOG.md` - Add or update the "Latest releases" section in `README.md` with release highlights diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d6897..fcc065b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ See the full list of recent releases and features added on the [Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases). +## v2.12.0 - 2021-10-28 + +- Reverted expression-trees syntax highlighting rule due to performance issues. +- Removed error suppression code action. + ## v2.11.0 - 2021-09-30 - Syntax highlighting improvements. Thanks diff --git a/package-lock.json b/package-lock.json index 20574db..180df5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.11.0", + "version": "2.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00eb40d..cab1aff 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.11.0", + "version": "2.12.0", "publisher": "pranayagarwal", "engines": { "vscode": "^1.30.0"