@firefoxic/update-changelog
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
10119