Socket
Socket
Sign inDemoInstall

changelogen

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

changelogen - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

./dist/index.cjs

25

package.json
{
"name": "changelogen",
"version": "0.5.0",
"version": "0.5.1",
"description": "Generate Beautiful Changelogs using Conventional Commits",

@@ -24,12 +24,2 @@ "repository": "unjs/changelogen",

],
"scripts": {
"build": "unbuild",
"changelogen": "jiti ./src/cli.ts",
"dev": "vitest dev",
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
"lint:fix": "eslint --fix --ext .ts,.js,.mjs,.cjs . && prettier -w src test",
"prepack": "unbuild",
"release": "pnpm test && pnpm changelogen --release && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {

@@ -64,3 +54,12 @@ "c12": "^1.1.2",

},
"packageManager": "pnpm@7.28.0"
}
"packageManager": "pnpm@7.28.0",
"scripts": {
"build": "unbuild",
"changelogen": "jiti ./src/cli.ts",
"dev": "vitest dev",
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
"lint:fix": "eslint --fix --ext .ts,.js,.mjs,.cjs . && prettier -w src test",
"release": "pnpm test && pnpm changelogen --release --push && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
}
}

@@ -53,4 +53,10 @@ # changelogen

In order to manually sync a release, you can use `changelogen gh release <versions|all> [--dir] [--token]`. It will parse current `CHANGELOG.md` from current repository (local, then remote) and create or update releases.
In order to manually sync a release, you can use `changelogen gh release`. It will parse current `CHANGELOG.md` from current repository (local, then remote) and create or update releases.
Usage:
```sh
npx changelogen@latest gh release [all|versions...] [--dir] [--token]
```
To enable this integration, make sure there is a valid `repository` field in `package.json` or `repo` is set in `.changelogenrc`.

@@ -57,0 +63,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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