Socket
Socket
Sign inDemoInstall

keep-a-changelog

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keep-a-changelog - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

6

bin.js

@@ -12,4 +12,5 @@ #!/usr/bin/env node

https: true,
quiet: false,
},
boolean: ['https', 'init', 'latest-release', 'release'],
boolean: ['https', 'init', 'latest-release', 'release', 'quiet'],
});

@@ -71,2 +72,5 @@

console.error(red(err.message));
if (!argv.quiet) {
process.exit(1);
}
}

@@ -73,0 +77,0 @@

@@ -8,2 +8,9 @@ # Changelog

## [0.10.2] - 2020-10-11
### Added
- New command option --quiet added to cli [#14] [#15]
### Changed
- `changelong` command will exit with code 1 if it fails to parse the changelog file
## [0.10.1] - 2020-05-04

@@ -160,3 +167,6 @@ ### Added

[#13]: https://github.com/oscarotero/keep-a-changelog/issues/13
[#14]: https://github.com/oscarotero/keep-a-changelog/issues/14
[#15]: https://github.com/oscarotero/keep-a-changelog/issues/15
[0.10.2]: https://github.com/oscarotero/keep-a-changelog/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/oscarotero/keep-a-changelog/compare/v0.10.0...v0.10.1

@@ -163,0 +173,0 @@ [0.10.0]: https://github.com/oscarotero/keep-a-changelog/compare/v0.9.1...v0.10.0

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/oscarotero/keep-a-changelog#readme",
"version": "0.10.1",
"version": "0.10.2",
"main": "src/index.js",

@@ -8,0 +8,0 @@ "bin": {

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