Skip to content

Commit 3e474d0

Browse files
committed
chore: release main
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d27724 commit 3e474d0

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

packages/eslint-config/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.4.1](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.4.0...eslint-config-v3.4.1) (2025-09-09)
4+
5+
6+
### Dependencies
7+
8+
* Bump eslint-plugin-jsdoc from 54.1.1 to 54.3.0 ([#644](https://github.com/lightbasenl/platforms/issues/644)) ([8e5ccbd](https://github.com/lightbasenl/platforms/commit/8e5ccbd6dbc568ed1cc294dc276e1a1f72db28bc))
9+
* Bump eslint-plugin-jsdoc from 54.3.0 to 54.5.0 ([#651](https://github.com/lightbasenl/platforms/issues/651)) ([ad1d005](https://github.com/lightbasenl/platforms/commit/ad1d005605b7c6ebd05bd9de17586907d85653f0))
10+
* Bump the eslint group with 2 updates ([#649](https://github.com/lightbasenl/platforms/issues/649)) ([674c574](https://github.com/lightbasenl/platforms/commit/674c574dc082cf6f2a5fd028161f50e95ba13a01))
11+
* Bump the typescript-eslint group with 3 updates ([#640](https://github.com/lightbasenl/platforms/issues/640)) ([ff2b0e4](https://github.com/lightbasenl/platforms/commit/ff2b0e45a6d82a00f53082cd1d090fcca9d8dac8))
12+
* Bump the typescript-eslint group with 3 updates ([#643](https://github.com/lightbasenl/platforms/issues/643)) ([cb602f7](https://github.com/lightbasenl/platforms/commit/cb602f7aa257e39bf1bb15601e66e72cdb27cf2f))
13+
* Bump the typescript-eslint group with 3 updates ([#652](https://github.com/lightbasenl/platforms/issues/652)) ([3d27724](https://github.com/lightbasenl/platforms/commit/3d277243e4b009ed3fa781c5a293edd56bb64e09))
14+
315
## [3.4.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.3.0...eslint-config-v3.4.0) (2025-08-25)
416

517
### Features

packages/eslint-config/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightbase/eslint-config",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "ESLint based linting and formatting configuration",
55
"type": "module",
66
"license": "MIT",
@@ -19,7 +19,11 @@
1919
},
2020
"main": "./dist/src/index.js",
2121
"types": "./dist/src/index.d.ts",
22-
"files": ["README.md", "LICENSE", "dist/src"],
22+
"files": [
23+
"README.md",
24+
"LICENSE",
25+
"dist/src"
26+
],
2327
"scripts": {
2428
"build": "tsc -p ./tsconfig.json",
2529
"lint": "eslint . --concurrency=auto --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color",

release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/eslint-config": "3.4.0",
2+
"packages/eslint-config": "3.4.1",
33
"packages/pull-through-cache": "0.3.0",
44
"packages/utils": "1.2.0"
55
}

0 commit comments

Comments
 (0)