@pobammer-ts/small-rules 2.13.0 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pobammer-ts/small-rules",
3
- "version": "2.13.0",
3
+ "version": "2.14.0",
4
4
  "description": "Various Oxlint-native rules for linting roblox-ts projects.",
5
5
  "keywords": [
6
6
  "lint",
@@ -98,7 +98,7 @@
98
98
  "build": "tsdown",
99
99
  "build:local": "node --run build -- --minify && cp dist/index.js plugins/small-rules.js",
100
100
  "build:local:dev": "node --run build && cp dist/index.js plugins/small-rules.js",
101
- "changelog:version": "git-cliff --tag \"v$(node -p 'require(\"./package.json\").version')\" --output CHANGELOG.md && git add CHANGELOG.md",
101
+ "changelog:version": "bun run scripts/ensure-unreleased.ts && git add CHANGELOG.md",
102
102
  "commitlint": "commitlint",
103
103
  "docs:build": "nr -F docs build",
104
104
  "docs:check": "nr -F docs check",