@untemps/react-vocal
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,8 @@ | ||
## [1.0.5](https://github.com/untemps/react-vocal/compare/v1.0.4...v1.0.5) (2020-07-13) | ||
### Bug Fixes | ||
* Fix CHANGELOG.md ([05ac7c6](https://github.com/untemps/react-vocal/commit/05ac7c63a1aa72ae5ea4b7ea3568a2899950d2f7)) | ||
## [1.0.4](https://github.com/untemps/react-vocal/compare/v1.0.3...v1.0.4) (2020-07-13) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@untemps/react-vocal", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Vincent Le Badezet <v.lebadezet@untemps.net>", | ||
@@ -34,2 +34,3 @@ "repository": "git@github.com:untemps/react-vocal.git", | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/github": "^7.0.7", | ||
"@testing-library/dom": "^7.7.1", | ||
@@ -88,4 +89,31 @@ "@testing-library/jest-dom": "^5.9.0", | ||
"@semantic-release/changelog", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"CHANGELOG.md", | ||
"package.json" | ||
] | ||
} | ||
], | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
[ | ||
"@semantic-release/github", | ||
{ | ||
"assets": [ | ||
{ | ||
"path": "dist/index.js", | ||
"label": "CJS distribution" | ||
}, | ||
{ | ||
"path": "dist/index.es.js", | ||
"label": "ES distribution" | ||
}, | ||
{ | ||
"path": "dist/index.umd.js", | ||
"label": "UMD distribution" | ||
} | ||
] | ||
} | ||
] | ||
] | ||
@@ -92,0 +120,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169297
31