auto-release-cli
Advanced tools
Comparing version 0.33.0 to 0.33.1
@@ -0,1 +1,13 @@ | ||
# 0.33.1 (Sun Dec 16 2018) | ||
#### 🐛 Bug Fix | ||
- update deps [#85](https://github.com/intuit/auto-release/pull/85) ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
#### Authors: 1 | ||
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
--- | ||
# 0.33.0 (Sun Dec 16 2018) | ||
@@ -2,0 +14,0 @@ |
@@ -193,3 +193,3 @@ "use strict"; | ||
options: __spread([ | ||
__assign({}, pr, { description: pr.description + " (default to last merged PR)" }) | ||
__assign({}, pr, { description: pr.description + " (defaults to last merged PR)" }) | ||
], defaultOptions), | ||
@@ -196,0 +196,0 @@ examples: ['{green $} auto label --pr 123'] |
{ | ||
"name": "auto-release-cli", | ||
"description": "CLI tools to help facilitate semantic versioning based on Github PR labels.", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"author": { | ||
@@ -51,3 +51,3 @@ "name": "Andrew Lisowski", | ||
"cosmiconfig": "5.0.7", | ||
"enquirer": "^2.1.1", | ||
"enquirer": "^2.2.0", | ||
"node-fetch": "2.3.0", | ||
@@ -69,3 +69,3 @@ "parse-git": "~1.1.2", | ||
"husky": "^1.2.1", | ||
"ignite": "^1.6.6", | ||
"ignite": "^1.6.7", | ||
"jest": "~23.6.0", | ||
@@ -79,3 +79,3 @@ "lint-staged": "^8.1.0", | ||
"typescript": "~3.2.2", | ||
"typescript-tslint-plugin": "^0.2.0" | ||
"typescript-tslint-plugin": "^0.2.1" | ||
}, | ||
@@ -82,0 +82,0 @@ "prettier": { |
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
251063
Updatedenquirer@^2.2.0