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

@metamask/auto-changelog

Package Overview
Dependencies
Maintainers
7
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/auto-changelog - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

7

CHANGELOG.md

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

## [2.6.1]
### Fixed
- When fetching remote tags, order by date to account for miniscule time differences between tags created within automated tests ([#113](https://github.com/MetaMask/auto-changelog/pull/113))
## [2.6.0]

@@ -82,3 +86,4 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.6.0...HEAD
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.6.1...HEAD
[2.6.1]: https://github.com/MetaMask/auto-changelog/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/MetaMask/auto-changelog/compare/v2.5.0...v2.6.0

@@ -85,0 +90,0 @@ [2.5.0]: https://github.com/MetaMask/auto-changelog/compare/v2.4.0...v2.5.0

2

dist/update-changelog.js

@@ -12,3 +12,3 @@ "use strict";

async function getMostRecentTag() {
const revListArgs = ['rev-list', '--tags', '--max-count=1'];
const revListArgs = ['rev-list', '--tags', '--max-count=1', '--date-order'];
const results = await runCommand('git', revListArgs);

@@ -15,0 +15,0 @@ if (results.length === 0) {

{
"name": "@metamask/auto-changelog",
"version": "2.6.0",
"version": "2.6.1",
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",

@@ -5,0 +5,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

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