From f1c158983641753eb7067199967368a8d421909a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Mar 2019 16:42:04 +0000 Subject: [PATCH] chore(release): 0.5.4 [skip ci] ## [0.5.4](https://github.com/gfmio/example-calculator/compare/v0.5.3...v0.5.4) (2019-03-11) ### Reverts * "chore(readme.md): sample addition" ([e791103](https://github.com/gfmio/example-calculator/commit/e791103)) --- CHANGELOG.md | 7 +++++++ package.json | 29 ++++++----------------------- 2 files changed, 13 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b91756..5817393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.4](https://github.com/gfmio/example-calculator/compare/v0.5.3...v0.5.4) (2019-03-11) + + +### Reverts + +* "chore(readme.md): sample addition" ([e791103](https://github.com/gfmio/example-calculator/commit/e791103)) + ## [0.5.3](https://github.com/gfmio/example-calculator/compare/v0.5.2...v0.5.3) (2019-03-11) ### Reverts diff --git a/package.json b/package.json index f0703f2..232e76d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "example-calculator", - "version": "0.5.3", + "version": "0.5.4", "description": "A simple calculator package developed as an examplary, educational open source project using a range of libraries and external tools", "author": "Frédérique Mittelstaedt (www.gfm.io)", "license": "MIT", @@ -29,9 +29,7 @@ "type": "git", "url": "git+https://github.com/gfmio/example-calculator.git" }, - "bugs": { - "url": "https://github.com/gfmio/example-calculator/issues" - }, + "bugs": { "url": "https://github.com/gfmio/example-calculator/issues" }, "homepage": "https://github.com/gfmio/example-calculator#readme", "scripts": { "gulp": "gulp", @@ -106,11 +104,7 @@ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, + "commitlint": { "extends": ["@commitlint/config-conventional"] }, "release": { "branch": "master", "plugins": [ @@ -119,25 +113,14 @@ "@semantic-release/changelog", [ "@semantic-release/npm", - { - "npmPublish": true, - "pkgRoot": "./dist", - "tarballDir": "./dist" - } + { "npmPublish": true, "pkgRoot": "./dist", "tarballDir": "./dist" } ], [ "@semantic-release/exec", - { - "prepareCmd": "yarn gulp copy-new-package-version" - } + { "prepareCmd": "yarn gulp copy-new-package-version" } ], "@semantic-release/git", - [ - "@semantic-release/github", - { - "assets": "dist/*.tgz" - } - ] + ["@semantic-release/github", { "assets": "dist/*.tgz" }] ] } }