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.6.5 to 0.6.6

17

CHANGELOG.md

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

## [0.6.6] - 2018-11-29
### Changed
- Order the links alphabetically
## [0.6.5] - 2018-11-01

@@ -124,9 +130,10 @@

[#1]: https://github.com/oscarotero/keep-a-changelog/issues/1
[#3]: https://github.com/oscarotero/keep-a-changelog/issues/3
[#4]: https://github.com/oscarotero/keep-a-changelog/issues/4
[#5]: https://github.com/oscarotero/keep-a-changelog/issues/5
[#6]: https://github.com/oscarotero/keep-a-changelog/issues/6
[#7]: https://github.com/oscarotero/keep-a-changelog/issues/7
[#6]: https://github.com/oscarotero/keep-a-changelog/issues/6
[#5]: https://github.com/oscarotero/keep-a-changelog/issues/5
[#4]: https://github.com/oscarotero/keep-a-changelog/issues/4
[#3]: https://github.com/oscarotero/keep-a-changelog/issues/3
[#1]: https://github.com/oscarotero/keep-a-changelog/issues/1
[0.6.6]: https://github.com/oscarotero/keep-a-changelog/compare/v0.6.5...v0.6.6
[0.6.5]: https://github.com/oscarotero/keep-a-changelog/compare/v0.6.4...v0.6.5

@@ -133,0 +140,0 @@ [0.6.4]: https://github.com/oscarotero/keep-a-changelog/compare/v0.6.3...v0.6.4

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

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

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

@@ -75,3 +75,3 @@ const Release = require('./Release');

t.push('');
links.sort();
links.forEach(link => t.push(link));

@@ -78,0 +78,0 @@ }

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