Skip to content

Commit f1c1589

Browse files
chore(release): 0.5.4 [skip ci]
## [0.5.4](v0.5.3...v0.5.4) (2019-03-11) ### Reverts * "chore(readme.md): sample addition" ([e791103](e791103))
1 parent 3c4e7c5 commit f1c1589

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.4](https://github.com/gfmio/example-calculator/compare/v0.5.3...v0.5.4) (2019-03-11)
2+
3+
4+
### Reverts
5+
6+
* "chore(readme.md): sample addition" ([e791103](https://github.com/gfmio/example-calculator/commit/e791103))
7+
18
## [0.5.3](https://github.com/gfmio/example-calculator/compare/v0.5.2...v0.5.3) (2019-03-11)
29

310
### Reverts

package.json

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-calculator",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "A simple calculator package developed as an examplary, educational open source project using a range of libraries and external tools",
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/example-calculator.git"
3131
},
32-
"bugs": {
33-
"url": "https://github.com/gfmio/example-calculator/issues"
34-
},
32+
"bugs": { "url": "https://github.com/gfmio/example-calculator/issues" },
3533
"homepage": "https://github.com/gfmio/example-calculator#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)