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

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.2.3 to 0.3.0

2

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

@@ -5,0 +5,0 @@ "repository": "unjs/changelogen",

@@ -12,3 +12,3 @@ # changelogen

Generate changelog in markdown format and update (or create) `CHANGELOG.md`:
Generate changelog in markdown format and show in console:

@@ -19,2 +19,14 @@ ```sh

Generate changelog, bump version in `package.json` automatically and update `CHANGELOG.md` (without commit)
```sh
npx changelogen@latest --bump
```
Bump version, update `CHANGELOG.md` and make a git commit and tag:
```sh
npx changelogen@latest --release
```
## CLI Usage

@@ -21,0 +33,0 @@

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