File tree Expand file tree Collapse file tree 2 files changed +13
-23
lines changed Expand file tree Collapse file tree 2 files changed +13
-23
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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" ,
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" : [
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}
You can’t perform that action at this time.
0 commit comments