Socket
Socket
Sign inDemoInstall

@metamask/auto-changelog

Package Overview
Dependencies
Maintainers
7
Versions
19
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.0.0 to 2.0.1

7

CHANGELOG.md

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

## [2.0.1]
### Fixed
- Prevent old build files from being published ([#71](https://github.com/MetaMask/auto-changelog/pull/71))
## [2.0.0]

@@ -35,4 +39,5 @@ ### Added

[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/MetaMask/auto-changelog/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/MetaMask/auto-changelog/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/MetaMask/auto-changelog/releases/tag/v1.0.0

6

package.json
{
"name": "@metamask/auto-changelog",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",

@@ -24,3 +24,3 @@ "publishConfig": {

"test:watch": "jest --watch",
"prepublishOnly": "yarn build && chmod +x dist/cli.js && yarn lint && yarn test",
"prepublishOnly": "yarn build:clean && chmod +x dist/cli.js && yarn lint && yarn test",
"lint:eslint": "eslint . --cache --ext js,ts",

@@ -30,2 +30,3 @@ "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore",

"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"build:clean": "rimraf dist && yarn build",
"build": "tsc --project .",

@@ -61,2 +62,3 @@ "changelog": "node dist/cli.js"

"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.6",

@@ -63,0 +65,0 @@ "typescript": "^4.2.4"

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