Skip to content

Commit 6bebeb1

Browse files
chore(release): @anolilab/[email protected] [skip ci]\n\n## @anolilab/lint-staged-config [2.1.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-11-02)
### Bug Fixes * allow node 21 ([e95c9f7](e95c9f7)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.9 * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
1 parent c61ac36 commit 6bebeb1

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

packages/lint-staged-config/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## @anolilab/lint-staged-config [2.1.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-11-02)
2+
3+
4+
### Bug Fixes
5+
6+
* allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@anolilab/package-json-utils:** upgraded to 3.0.9
13+
* **@anolilab/semantic-release-preset:** upgraded to 8.0.2
14+
115
## @anolilab/lint-staged-config [2.1.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-11-02)
216

317

packages/lint-staged-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/lint-staged-config",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Shareable Lint-Staged Config for any project.",
55
"keywords": [
66
"anolilab",
@@ -94,12 +94,12 @@
9494
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
9595
},
9696
"dependencies": {
97-
"@anolilab/package-json-utils": "3.0.8",
97+
"@anolilab/package-json-utils": "3.0.9",
9898
"find-up": "5.0.0",
9999
"shell-quote": "^1.8.1"
100100
},
101101
"devDependencies": {
102-
"@anolilab/semantic-release-preset": "8.0.1",
102+
"@anolilab/semantic-release-preset": "8.0.2",
103103
"@total-typescript/ts-reset": "^0.5.1",
104104
"@types/lint-staged": "^13.2.1",
105105
"@types/shell-quote": "^1.7.3",

0 commit comments

Comments
 (0)