Skip to content

Commit

Permalink
commit: chore(release): release v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaux0 committed Apr 10, 2022
1 parent 2525ba6 commit a871382
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.3.4](https://github.com/aurelia/vscode-extension/compare/2.3.3...2.3.4) (2022-04-10)


### Bug Fixes

* **documents:** Start up crash on certain projects.
* check if file exists before ([3b08349](https://github.com/aurelia/vscode-extension/commit/3b083499a8b64ef307da1e850527a43c07cd9a4b))


## [2.3.3](https://github.com/aurelia/vscode-extension/compare/2.3.2...2.3.3) (2022-03-15)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,19 +279,19 @@ The extension is in active use by the authors, so you can expect a swift respons
```
# l.
bumb version in package.json
"version": "2.3.3"
"version": "2.3.4"
npm i && npm run changelog
commit: chore(release): release v2.3.3
commit: chore(release): release v2.3.4
# 2.
git tag -a 2.3.3 -m "v2.3.3"
git tag -a 2.3.4 -m "v2.3.4"
git push --follow-tags
```

### Deleting tag when release failed
```
git tag -d 2.3.3
git push --delete origin 2.3.3
git tag -d 2.3.4
git push --delete origin 2.3.4
```

### Prerelease
Expand Down
2 changes: 1 addition & 1 deletion client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A VSCode extension for Aurelia",
"author": "AureliaEffect",
"license": "MIT",
"version": "2.3.3",
"version": "2.3.4",
"publisher": "AureliaEffect",
"repository": {
"type": "git",
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
Expand Up @@ -3,7 +3,7 @@
"description": "A VSCode extension for Aurelia",
"author": "AureliaEffect",
"license": "MIT",
"version": "2.3.3",
"version": "2.3.4",
"repository": {
"type": "git",
"url": "https://github.com/aurelia/vscode-extension"
Expand Down
2 changes: 1 addition & 1 deletion server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A VSCode extension for Aurelia",
"author": "AureliaEffect",
"license": "MIT",
"version": "2.3.3",
"version": "2.3.4",
"repository": {
"type": "git",
"url": "https://github.com/aurelia/vscode-extension"
Expand Down

0 comments on commit a871382

Please sign in to comment.