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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -4
  2. 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.1](https://github.com/tupe12334/eslint-config/compare/v1.6.3...v1.7.1) (2025-11-10)
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 comprehensive steering and task generation documentation ([9236c04](https://github.com/tupe12334/eslint-config/commit/9236c048516b9a3deb9fe43dfa75bb9456909f20))
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
- * remove explicit pnpm version from GitHub workflow ([a067942](https://github.com/tupe12334/eslint-config/commit/a067942076a9b478443e687587248c12f778a69e))
16
- * upgrade Node.js version to 20 in release workflow ([d9f84b6](https://github.com/tupe12334/eslint-config/commit/d9f84b6c3c23491cc96f621428dfdf44e29d4b3b))
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-agent",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "ESLint configuration package with TypeScript support",
5
5
  "main": "index.js",
6
6
  "type": "module",