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

github-changes

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-changes - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

bin/index.js

@@ -138,2 +138,6 @@ #!/usr/bin/env node

})
.option('timeout', {
help: 'Github API timeout'
, default: 10000
})

@@ -161,3 +165,3 @@ // TODO

version: '3.0.0'
, timeout: 10000
, timeout: opts['timeout']
, protocol: 'https'

@@ -164,0 +168,0 @@ , pathPrefix: opts['path-prefix']

## Change Log
### v1.1.1 (2017/11/08 05:06 +00:00)
- [#71](https://github.com/lalitkapoor/github-changes/pull/71) Fix Markdown format (#71) (@baopham)
- [#69](https://github.com/lalitkapoor/github-changes/pull/69) Paramaterise Github API timeout (#69) (@samdunne)
### v1.1.0 (2017/03/16 21:18 +00:00)

@@ -4,0 +8,0 @@ - [#64](https://github.com/lalitkapoor/github-changes/pull/64) Support for squash and merge (@304NotModified, @lalitkapoor)

2

package.json
{
"name": "github-changes",
"version": "1.1.0",
"version": "1.1.1",
"description": "generate changelog for github repos",

@@ -5,0 +5,0 @@ "main": "./bin/index.js",

@@ -46,3 +46,3 @@ github-changes [![NPM version](https://badge.fury.io/js/github-changes.png)](http://badge.fury.io/js/github-changes)

###Example usage
### Example usage

@@ -145,2 +145,2 @@ #### Generate changelog via pull requests

When a pull request is merged with "Squash and merge", there isn't a merge commit.
By checking the commit message for ` (#123)` etc, we can match the correct pull request.
By checking the commit message for ` (#123)` etc, we can match the correct pull request.
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