eslint-config-agent 1.7.1 → 1.7.2
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.
- package/CHANGELOG.md +11 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,16 +4,23 @@ All notable changes to this project will be documented in this file. See [Conven
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
## [1.7.
|
|
7
|
+
## [1.7.2](https://github.com/tupe12334/eslint-config/compare/v1.7.1...v1.7.2) (2025-11-10)
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
|
-
* Add
|
|
11
|
+
* Add project onboarding and boot verification documentation ([9c4d726](https://github.com/tupe12334/eslint-config/commit/9c4d726b2f6db94a5e1d38749343c34f48ca1b9a))
|
|
12
|
+
|
|
13
|
+
## [1.7.1](https://github.com/tupe12334/eslint-config/compare/v1.6.3...v1.7.1) (2025-11-10)
|
|
12
14
|
|
|
13
15
|
### Bug Fixes
|
|
14
16
|
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
+
* add write permissions to release workflow ([317ed2f](https://github.com/tupe12334/eslint-config/commit/317ed2f))
|
|
18
|
+
* remove explicit pnpm version from GitHub workflow ([a067942](https://github.com/tupe12334/eslint-config/commit/a067942))
|
|
19
|
+
* upgrade Node.js version to 20 in release workflow ([d9f84b6](https://github.com/tupe12334/eslint-config/commit/d9f84b6))
|
|
20
|
+
|
|
21
|
+
### Maintenance
|
|
22
|
+
|
|
23
|
+
* update pnpm-lock.yaml ([b51b4ba](https://github.com/tupe12334/eslint-config/commit/b51b4ba))
|
|
17
24
|
|
|
18
25
|
## [1.6.3](https://github.com/tupe12334/eslint-config/compare/v1.6.2...v1.6.3) (2025-11-04)
|
|
19
26
|
|