Skip to content

Commit 19a8898

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-11-05) ### Features * first commit ([1ad650d](1ad650d))
1 parent 1ad650d commit 19a8898

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 1.0.0 (2019-11-05)
2+
3+
4+
### Features
5+
6+
* first commit ([1ad650d](https://github.com/eclass/template-semantic-release-plugin/commit/1ad650da487ed359cca55cd729ba8264695a43b7))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclass/semantic-release-custom-plugin",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "semantic-release plugin to deploy app",
55
"main": "src/index.js",
66
"scripts": {
@@ -101,7 +101,9 @@
101101
"@semantic-release/changelog",
102102
[
103103
"@semantic-release/npm",
104-
{ "npmPublish": false }
104+
{
105+
"npmPublish": false
106+
}
105107
],
106108
"@semantic-release/git",
107109
"@semantic-release/github"

0 commit comments

Comments
 (0)