Skip to content

Commit

Permalink
chore(release): release v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaux0 committed Oct 5, 2022
1 parent d09dfc3 commit 94a34a9
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.5](https://github.com/aurelia/vscode-extension/compare/2.3.4...2.3.5) (2022-10-05)


### Bug Fixes

* **core:** add "aurelia-bootstrapper" to v1 detection ([d09dfc3](https://github.com/aurelia/vscode-extension/commit/d09dfc337af70dd59740c8344ec424129578e299)), closes [#199](https://github.com/aurelia/vscode-extension/issues/199)



## [2.3.4](https://github.com/aurelia/vscode-extension/compare/2.3.3...2.3.4) (2022-04-10)


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.4"
"version": "2.3.5"
npm i && npm run changelog
commit: chore(release): release v2.3.4
commit: chore(release): release v2.3.5
# 2.
git tag -a 2.3.4 -m "v2.3.4"
git tag -a 2.3.5 -m "v2.3.5"
git push --follow-tags
```

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

### 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.4",
"version": "2.3.5",
"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.4",
"version": "2.3.5",
"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.4",
"version": "2.3.5",
"repository": {
"type": "git",
"url": "https://github.com/aurelia/vscode-extension"
Expand Down

0 comments on commit 94a34a9

Please sign in to comment.