orhun / git-cliff

A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️

Home Page:https://git-cliff.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm v2.2.0 is missing index.js for esm and cjs folders

aminya opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Description of the bug

The v2.2.0 version released last week is missing the index.js for the lib/esm and lib/cjs folders. This results in the programmatic API not working when importing.

https://www.npmjs.com/package/git-cliff?activeTab=code

Steps To Reproduce

import { runGitCliff } from 'git-cliff';

Expected behavior

The files should be included in the release

Screenshots / Logs

No response

Software information

  • Operating system: N/A
  • Rust version: N/A
  • Project version: 2.2.0

Additional context

No response

Thanks for opening your first issue at git-cliff! Be sure to follow the issue template! ⛰️

I was alerted of this as well just now in my own support server for cliff-jumper. This is my fault from an earlier PR and I will be working on getting a new PR out ASAP (starting work right now)

Will create a patch release soon.