@1024pix/eslint-plugin 2.0.3 → 2.0.5

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 (3) hide show
  1. package/.nvmrc +1 -1
  2. package/CHANGELOG.md +12 -0
  3. package/package.json +1 -1
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 20.18.1
1
+ 20.18.2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [2.0.5](https://github.com/1024pix/eslint-plugin/compare/v2.0.4...v2.0.5) (2025-01-28)
2
+
3
+ ### :arrow_up: Montée de version
4
+
5
+ - [#48](https://github.com/1024pix/eslint-plugin/pull/48) Update Node.js to v20.18.2
6
+
7
+ ## [2.0.4](https://github.com/1024pix/eslint-plugin/compare/v2.0.3...v2.0.4) (2025-01-06)
8
+
9
+ ### :arrow_up: Montée de version
10
+
11
+ - [#47](https://github.com/1024pix/eslint-plugin/pull/47) Lock file maintenance (dossier racine)
12
+
1
13
  ## [2.0.3](https://github.com/1024pix/eslint-plugin/compare/v2.0.2...v2.0.3) (2024-12-30)
2
14
 
3
15
  ### :arrow_up: Montée de version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/eslint-plugin",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Des règles de lint pour les projets 1024pix",
5
5
  "type": "module",
6
6
  "engines": {