cypress-rollup-preprocessor
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -6,6 +6,10 @@ module.exports = { | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
["@semantic-release/npm", { | ||
"tarballDir": "dist", | ||
}], | ||
"@semantic-release/git", | ||
"@semantic-release/github", | ||
["@semantic-release/github", { | ||
"assets": "dist/*.tar.gz", | ||
}], | ||
] | ||
} |
@@ -0,1 +1,8 @@ | ||
# [0.2.0](https://github.com/lmarqs/cypress-rollup-preprocessor/compare/v0.1.0...v0.2.0) (2020-08-17) | ||
### Features | ||
* add tar.gz to release ([8fd1710](https://github.com/lmarqs/cypress-rollup-preprocessor/commit/8fd171036999f4be8f20f315cc637220b99a5161)) | ||
# [0.1.0](https://github.com/lmarqs/cypress-rollup-preprocessor/compare/v0.0.0...v0.1.0) (2020-08-17) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "cypress-rollup-preprocessor", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"types": "dist/index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
17110
158