Skip to content

Commit 1c3fa47

Browse files
authored
chore(utils-eslint-config): release @nanoforge-dev/[email protected] (#151)
1 parent c1b4288 commit 1c3fa47

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/eslint-config/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
# [@nanoforge-dev/utils-eslint-config@1.0.1](https://github.com/NanoForge-dev/Engine/tree/@nanoforge-dev/[email protected]) - (2025-12-07)
6+
7+
## Documentation
8+
9+
- Add funding (#147) ([7301fad](https://github.com/NanoForge-dev/Engine/commit/7301fad10f59b7e1f7fa788f8a2f6fc81d0db72e)) by @Exeloo
10+
11+
## Refactor
12+
13+
- Migrate namespaces to `@nanoforge-dev` and update related imports ([c84c927](https://github.com/NanoForge-dev/Engine/commit/c84c927ead941d914e5a9fd752fd3a5ac969f981)) by @Exeloo
14+

utils/eslint-config/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@nanoforge-dev/utils-eslint-config",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "NanoForge Engine - Utils EsLint Config",
66
"homepage": "https://github.com/NanoForge-dev/Engine#readme",
77
"bugs": "https://github.com/NanoForge-dev/Engine/issues",
@@ -37,10 +37,14 @@
3737
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
3838
"scripts": {
3939
"lint": "prettier --check .",
40-
"format": "prettier --write ."
40+
"format": "prettier --write .",
41+
"prepack": "pnpm run lint",
42+
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'utils/eslint-config/*'",
43+
"release": "cliff-jumper"
4144
},
4245
"dependencies": {
4346
"@eslint/js": "^9.39.1",
47+
"@favware/cliff-jumper": "^6.0.0",
4448
"eslint-config-prettier": "^10.1.8",
4549
"eslint-formatter-pretty": "^7.0.0",
4650
"eslint-plugin-format": "^1.0.2",

0 commit comments

Comments
 (0)