Skip to content

Commit 1e51977

Browse files
chore(release): 0.5.2 [skip ci]
## [0.5.2](v0.5.1...v0.5.2) (2019-03-07) ### Bug Fixes * **calculator.ts:** revert the previous "useless" fix ([bd98457](bd98457))
1 parent 15df046 commit 1e51977

File tree

2 files changed

+13
-23
lines changed

2 files changed

+13
-23
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.5.2](https://github.com/gfmio/travis-shields-docs/compare/v0.5.1...v0.5.2) (2019-03-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **calculator.ts:** revert the previous "useless" fix ([bd98457](https://github.com/gfmio/travis-shields-docs/commit/bd98457))
7+
18
## [0.5.1](https://github.com/gfmio/travis-shields-docs/compare/v0.5.0...v0.5.1) (2019-03-07)
29

310

package.json

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "travis-shields-docs",
3-
"version": "0.3.0",
3+
"version": "0.5.2",
44
"description": "A sample project for testing and configuring TravisCI with mocha/chai and status shields",
55
"author": "Frédérique Mittelstaedt <[email protected]> (www.gfm.io)",
66
"license": "MIT",
@@ -29,9 +29,7 @@
2929
"type": "git",
3030
"url": "git+https://github.com/gfmio/travis-shields-docs.git"
3131
},
32-
"bugs": {
33-
"url": "https://github.com/gfmio/travis-shields-docs/issues"
34-
},
32+
"bugs": { "url": "https://github.com/gfmio/travis-shields-docs/issues" },
3533
"homepage": "https://github.com/gfmio/travis-shields-docs#readme",
3634
"scripts": {
3735
"gulp": "gulp",
@@ -106,11 +104,7 @@
106104
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
107105
}
108106
},
109-
"commitlint": {
110-
"extends": [
111-
"@commitlint/config-conventional"
112-
]
113-
},
107+
"commitlint": { "extends": ["@commitlint/config-conventional"] },
114108
"release": {
115109
"branch": "master",
116110
"plugins": [
@@ -119,25 +113,14 @@
119113
"@semantic-release/changelog",
120114
[
121115
"@semantic-release/npm",
122-
{
123-
"npmPublish": true,
124-
"pkgRoot": "./dist",
125-
"tarballDir": "./dist"
126-
}
116+
{ "npmPublish": true, "pkgRoot": "./dist", "tarballDir": "./dist" }
127117
],
128118
[
129119
"@semantic-release/exec",
130-
{
131-
"prepareCmd": "yarn gulp copy-new-package-version"
132-
}
120+
{ "prepareCmd": "yarn gulp copy-new-package-version" }
133121
],
134122
"@semantic-release/git",
135-
[
136-
"@semantic-release/github",
137-
{
138-
"assets": "dist/*.tgz"
139-
}
140-
]
123+
["@semantic-release/github", { "assets": "dist/*.tgz" }]
141124
]
142125
}
143126
}

0 commit comments

Comments
 (0)