github-release-notes
Advanced tools
Comparing version 0.10.0 to 0.10.1
# Changelog | ||
## v0.10.0 (08/10/2017) | ||
#### Framework Enhancements: | ||
- [#81](https://github.com/github-tools/github-release-notes/issues/81) Swap Grunt with Gulp | ||
- [#80](https://github.com/github-tools/github-release-notes/issues/80) `gren --help` quietly does shit | ||
- [#78](https://github.com/github-tools/github-release-notes/issues/78) README doesn't explain what gren does | ||
- [#72](https://github.com/github-tools/github-release-notes/issues/72) Expanded options for commit template variables | ||
- [#68](https://github.com/github-tools/github-release-notes/issues/68) Migrate to ES2015 | ||
- [#66](https://github.com/github-tools/github-release-notes/issues/66) Create a --help section | ||
- [#37](https://github.com/github-tools/github-release-notes/issues/37) Introduce unit test | ||
#### Bug Fixes: | ||
- [#77](https://github.com/github-tools/github-release-notes/issues/77) Check if there are no tags | ||
--- | ||
## v0.9.0 (17/05/2017) | ||
#### Framework Enhancements: | ||
- [#74](https://github.com/github-tools/github-release-notes/issues/74) Support GitHub Enterprise | ||
- [#67](https://github.com/github-tools/github-release-notes/issues/67) Use milestones to create release notes | ||
--- | ||
## v0.8.1 (13/04/2017) | ||
@@ -4,0 +31,0 @@ |
@@ -96,3 +96,3 @@ 'use strict'; | ||
return token ? Promise.resolve({ token: token }) : Promise.reject(); | ||
return token ? Promise.resolve({ token: token }) : Promise.resolve(null); | ||
} | ||
@@ -99,0 +99,0 @@ }, { |
@@ -63,3 +63,5 @@ 'use strict'; | ||
var Gren = function () { | ||
function Gren(props) { | ||
function Gren() { | ||
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; | ||
_classCallCheck(this, Gren); | ||
@@ -66,0 +68,0 @@ |
{ | ||
"name": "github-release-notes", | ||
"version": "0.10.0", | ||
"description": "Creates a release from a tag and uses issues or commits to creating the release notes. It also can generate a CHANGELOG.md file based on the release notes (or generate a brand new).", | ||
"version": "0.10.1", | ||
"description": "Create a release from a tag and uses issues or commits to creating the release notes. It also can generate a CHANGELOG.md file based on the release notes (or generate a brand new).", | ||
"main": "./github-release-notes.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
234054
1790
1
20