Skip to content

Commit

Permalink
chore(release): 0.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.2](v0.5.1...v0.5.2) (2019-03-07)

### Bug Fixes

* **calculator.ts:** revert the previous "useless" fix ([bd98457](bd98457))
  • Loading branch information
semantic-release-bot committed Mar 7, 2019
1 parent 15df046 commit 1e51977
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.5.2](https://github.com/gfmio/travis-shields-docs/compare/v0.5.1...v0.5.2) (2019-03-07)


### Bug Fixes

* **calculator.ts:** revert the previous "useless" fix ([bd98457](https://github.com/gfmio/travis-shields-docs/commit/bd98457))

## [0.5.1](https://github.com/gfmio/travis-shields-docs/compare/v0.5.0...v0.5.1) (2019-03-07)


Expand Down
29 changes: 6 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "travis-shields-docs",
"version": "0.3.0",
"version": "0.5.2",
"description": "A sample project for testing and configuring TravisCI with mocha/chai and status shields",
"author": "Frédérique Mittelstaedt <git@gfm.io> (www.gfm.io)",
"license": "MIT",
Expand Down Expand Up @@ -29,9 +29,7 @@
"type": "git",
"url": "git+https://github.com/gfmio/travis-shields-docs.git"
},
"bugs": {
"url": "https://github.com/gfmio/travis-shields-docs/issues"
},
"bugs": { "url": "https://github.com/gfmio/travis-shields-docs/issues" },
"homepage": "https://github.com/gfmio/travis-shields-docs#readme",
"scripts": {
"gulp": "gulp",
Expand Down Expand Up @@ -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": [
Expand All @@ -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" }]
]
}
}

0 comments on commit 1e51977

Please sign in to comment.