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

@firefoxic/update-changelog

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firefoxic/update-changelog - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/updateContent.js

@@ -21,3 +21,3 @@ import { formatDate } from "./formatDate.js"

changelogParts[1] = `\n\n## [${newVersion}] — ${currentDate}${changelogParts[1]}`
changelogParts[1] = `\n\n## [${newVersion}] — ${currentDate}${changelogParts[1]}`
changelogParts[2] = updateChangelogLinks(changelogParts[2], newVersion)

@@ -24,0 +24,0 @@

{
"name": "@firefoxic/update-changelog",
"description": "CLI utility for automatic update of CHANGELOG.md",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",

@@ -30,5 +30,4 @@ "author": {

"devDependencies": {
"@firefoxic/eslint-config": "^2.0.0",
"eslint": "^9.8.0",
"husky": "^9.1.4"
"@firefoxic/eslint-config": "^3.0.0",
"eslint": "^9.9.0"
},

@@ -46,3 +45,3 @@ "keywords": [

"version": "./bin/cli.js",
"postversion": "if [ \"$CI\" != \"true\" ]; then pnpm publish --access public; fi",
"postversion": "pnpm publish --provenance --access public --no-git-checks",
"lint": "eslint",

@@ -49,0 +48,0 @@ "test": "node --test",

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