@widergy/eslint-config 1.0.5 → 1.0.6

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.
@@ -11,8 +11,10 @@ jobs:
11
11
  - image: cimg/node:22.18.0
12
12
  steps:
13
13
  - checkout
14
+ - run:
15
+ name: Set git credentials
16
+ command: git config --global url."https://x-access-token:${GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
14
17
  - run: yarn install
15
-
16
18
  - run: npx semantic-release
17
19
 
18
20
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.6](https://github.com/widergy/eslint-config/compare/v1.0.5...v1.0.6) (2026-04-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * test org deploy ([ca146b3](https://github.com/widergy/eslint-config/commit/ca146b36f9731fd7bad9a7c933ad251051496644))
7
+
1
8
  ## [1.0.5](https://github.com/widergy/eslint-config/compare/v1.0.4...v1.0.5) (2026-02-12)
2
9
 
3
10
 
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @widergy/eslint-config
1
+ # @widergy/eslint-config
2
2
 
3
3
  Widergy's shared ESLint configuration, supporting JavaScript, TypeScript, React, and React Native.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/eslint-config",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Widergy ESLint configuration",
5
5
  "type": "module",
6
6
  "author": "widergy",