Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2020-08-21)

### Bug Fixes

* **core:** add correct semantic release configuration ([#17](#17)) ([#18](#18)) ([fed2d79](fed2d79))
  • Loading branch information
semantic-release-bot committed Aug 21, 2020
1 parent fed2d79 commit f12ce7e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.0.2](https://github.com/AdrianInsua/dibujillo/compare/v1.0.1...v1.0.2) (2020-08-21)


### Bug Fixes

* **core:** add correct semantic release configuration ([#17](https://github.com/AdrianInsua/dibujillo/issues/17)) ([#18](https://github.com/AdrianInsua/dibujillo/issues/18)) ([fed2d79](https://github.com/AdrianInsua/dibujillo/commit/fed2d792e4343305282a31251e62b9285568b201))
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.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dibujillo",
"version": "0.1.0",
"version": "1.0.2",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand Down Expand Up @@ -56,12 +56,12 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github"
Expand Down

1 comment on commit f12ce7e

@vercel
Copy link

@vercel vercel bot commented on f12ce7e Aug 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.