Skip to content

Commit

Permalink
v2.12.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed Oct 28, 2021
1 parent da61b6c commit 388b4e2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .maintainers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-hack",
"version": "2.11.0",
"version": "2.12.0",
"publisher": "pranayagarwal",
"engines": {
"vscode": "^1.30.0"
Expand Down

0 comments on commit 388b4e2

Please sign in to comment.