@open-sauced/check-engines
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,13 @@ | ||
## [1.1.0](https://github.com/open-sauced/check-engines/compare/v1.0.0...v1.1.0) (2021-11-01) | ||
### Bug Fixes | ||
* add missing semantic release node update ([#4](https://github.com/open-sauced/check-engines/issues/4)) ([7b85bed](https://github.com/open-sauced/check-engines/commit/7b85bed7b319f801c8e3e1319ab054bed8fd2c2d)) | ||
### Build System | ||
* add dependabot missing minors ([#1](https://github.com/open-sauced/check-engines/issues/1)) ([16a7cbe](https://github.com/open-sauced/check-engines/commit/16a7cbea6aa2a18c8042cf850574ca4c350fd89e)) | ||
## 1.0.0 (2021-08-27) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@open-sauced/check-engines", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -23,9 +23,9 @@ "bin": { | ||
"devDependencies": { | ||
"@open-sauced/semantic-release-conventional-config": "^1.2.0", | ||
"@open-sauced/semantic-release-conventional-config": "^2.0.3", | ||
"commitizen": "^4.2.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"semantic-release": "^17.4.7" | ||
"cz-conventional-changelog": "^3.3.0" | ||
}, | ||
"scripts": { | ||
"push": "cz", | ||
"push": "npx cz", | ||
"semantic-release": "npx semantic-release", | ||
"test": "node ." | ||
@@ -32,0 +32,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
9295
3