Skip to content

Commit

Permalink
🔖 Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick committed Nov 15, 2018
1 parent 38b5bc8 commit c3a91f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "1.0.1"
"version": "1.1.0"
}
6 changes: 3 additions & 3 deletions packages/gitmoji-changelog-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitmoji-changelog",
"version": "1.0.1",
"version": "1.1.0",
"keywords": [
"gitmoji",
"generate",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://github.com/frinyvonnick/gitmoji-changelog#readme",
"dependencies": {
"@gitmoji-changelog/core": "^1.0.1",
"@gitmoji-changelog/markdown": "^1.0.0",
"@gitmoji-changelog/core": "^1.1.0",
"@gitmoji-changelog/markdown": "^1.1.0",
"libnpm": "^1.0.0",
"semver-compare": "^1.0.0",
"yargs": "^12.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/gitmoji-changelog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitmoji-changelog/core",
"version": "1.0.1",
"version": "1.1.0",
"description": "Core tool that transform raw commits into a nice json structure",
"main": "src/index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gitmoji-changelog-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitmoji-changelog/markdown",
"version": "1.0.0",
"version": "1.1.0",
"description": "Gitmoji Changelog markdown formatter",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit c3a91f8

Please sign in to comment.