Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github-release-notes

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-release-notes - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

.nyc_output/1ccd461d8af6632efdc4bd81ff2d6e90.json

27

CHANGELOG.md
# 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 @@

2

dist/GitHubInfo.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc