Skip to content

Commit

Permalink
build(release): 0.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.1](v0.1.0...v0.1.1) (2022-06-06)

### Bug Fixes

* directly call semantic-release instead action ([1030da0](1030da0))
* make rebuild compat run for old npm version ([3a38e8c](3a38e8c))
* make rebuild extension run in cwd ([86f90f1](86f90f1))
* package extension for new versions ([258cd29](258cd29))
* remove unnecessary postinstall script ([3f0e047](3f0e047))
  • Loading branch information
semantic-release-bot committed Jun 6, 2022
1 parent 3f0e047 commit b3fd9f3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.1.1](https://github.com/wtho/vscode-commit-pro/compare/v0.1.0...v0.1.1) (2022-06-06)


### Bug Fixes

* directly call semantic-release instead action ([1030da0](https://github.com/wtho/vscode-commit-pro/commit/1030da08413ac0a1668e9157172f972cba4c694e))
* make rebuild compat run for old npm version ([3a38e8c](https://github.com/wtho/vscode-commit-pro/commit/3a38e8c3b127baf4983f9500b4128c6ef87d50f9))
* make rebuild extension run in cwd ([86f90f1](https://github.com/wtho/vscode-commit-pro/commit/86f90f139aac3e8a106b70f84ad9f085450f63d7))
* package extension for new versions ([258cd29](https://github.com/wtho/vscode-commit-pro/commit/258cd295a665543de063ccced79bd85d4756f73e))
* remove unnecessary postinstall script ([3f0e047](https://github.com/wtho/vscode-commit-pro/commit/3f0e047baecda718b3df58621a067d059d843aac))

# [0.1.0](https://github.com/wtho/vscode-commit-pro/compare/v0.0.1...v0.1.0) (2022-06-06)


Expand Down
2 changes: 1 addition & 1 deletion git-commit-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-commit-parser",
"version": "0.0.1",
"version": "0.1.1",
"private": true,
"description": "Scanner and parser for git commit messages",
"main": "out/main.js",
Expand Down
13 changes: 6 additions & 7 deletions 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-commit-pro",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Write your Commit Message like a pro - like you write your Code",
"keywords": [
Expand Down

0 comments on commit b3fd9f3

Please sign in to comment.