Skip to content

Commit

Permalink
release: v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Nov 5, 2024
1 parent 819736a commit 8678938
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.12.2 (11-4-2024)

* fix: use new(er) patches/config.json format
* chore: remove references to goma
* fix: handle changed/deleted patches in PRs
* chore: sort test files before adding like Electron does
* fix: don't include any test regexes for run all tests
* fix: remove signal forwarding code in echo-to-socket

## 0.12.1 (10-17-2022)

* fix: correct match target in encodeNewlines
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/dsanders11/vscode-electron-build-tools.git"
},
"license": "MIT",
"version": "0.12.1",
"version": "0.12.2",
"engines": {
"node": ">=18",
"vscode": "^1.71.0"
Expand Down

0 comments on commit 8678938

Please sign in to comment.