Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2020-01-17)

### Features

* test publishing release files ([3173944](3173944))
  • Loading branch information
semantic-release-bot committed Jan 17, 2020
1 parent 3173944 commit 46164b2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/adekbadek/semantic-release-demo/compare/v1.0.0...v1.1.0) (2020-01-17)


### Features

* test publishing release files ([3173944](https://github.com/adekbadek/semantic-release-demo/commit/3173944))

# 1.0.0 (2018-12-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-demo",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -44,11 +44,17 @@
"npmPublish": false
}
],
["@semantic-release/github", {
"assets": [
{"path": "dist.txt", "label": "Test dist files"}
]
}]
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist.txt",
"label": "Test dist files"
}
]
}
]
]
},
"config": {
Expand Down

0 comments on commit 46164b2

Please sign in to comment.