Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Fix for 1: Syntax error: '(' unexpected' error"
This reverts commit 3a32aab.
  • Loading branch information
XxdpavelxX committed Sep 11, 2025
commit 9b8bc4a44e59a5ba90cc6deb97402f0bed24c170
19 changes: 0 additions & 19 deletions bin/auto-changelog.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"bin": "dist/cli.js",
"bin": "dist/cli.mjs",
"files": [
"dist"
],
"scripts": {
"build": "ts-bridge --project tsconfig.build.json --clean",
"changelog": "node dist/cli.mjs",
"changelog": "node dist/cli.js",
"lint": "yarn lint:eslint && yarn lint:misc --check",
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
Expand Down
1 change: 0 additions & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env node
import { promises as fs, constants as fsConstants } from 'fs';
import path from 'path';
import semver from 'semver';
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ __metadata:
peerDependencies:
prettier: ">=3.0.0"
bin:
auto-changelog: dist/cli.js
auto-changelog: dist/cli.mjs
languageName: unknown
linkType: soft

Expand Down