Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaicaaan committed May 3, 2020
1 parent ccdc8fa commit 7c6ec91
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.12](https://github.com/jmaicaaan/commitji/compare/@commitji/[email protected]...@commitji/[email protected]) (2020-05-03)

**Note:** Version bump only for package @commitji/core





## [1.0.11](https://github.com/jmaicaaan/commitji/compare/@commitji/[email protected]...@commitji/[email protected]) (2020-04-27)

**Note:** Version bump only for package @commitji/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitji/core",
"version": "1.0.11",
"version": "1.0.12",
"description": "",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/jmaicaaan/commitji/compare/[email protected]@1.0.5) (2020-05-03)

**Note:** Version bump only for package commitji-vs





## [1.0.4](https://github.com/jmaicaaan/commitji/compare/[email protected]@1.0.4) (2020-04-27)

**Note:** Version bump only for package commitji-vs
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ext/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "commitji-vs",
"displayName": "Commitji",
"description": "Create conventional commits with gitmojis",
"version": "1.0.4",
"version": "1.0.5",
"engines": {
"vscode": "^1.44.0"
},
Expand Down Expand Up @@ -177,7 +177,7 @@
"vscode-test": "^1.3.0"
},
"dependencies": {
"@commitji/core": "^1.0.11",
"@commitji/core": "^1.0.12",
"vsce": "^1.75.0"
}
}

0 comments on commit 7c6ec91

Please sign in to comment.