@ivuorinen/base-configs 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.
@@ -39,13 +39,13 @@ jobs:
39
39
  uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40
40
 
41
41
  - name: Initialize CodeQL
42
- uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
42
+ uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
43
43
  with:
44
44
  languages: ${{ matrix.language }}
45
45
  build-mode: ${{ matrix.build-mode }}
46
46
  queries: security-and-quality
47
47
 
48
48
  - name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
49
+ uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
50
50
  with:
51
51
  category: '/language:${{matrix.language}}'
package/CHANGELOG.md CHANGED
@@ -3,6 +3,8 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.6](https://github.com/ivuorinen/base-configs/compare/v1.0.5...v1.0.6) (2026-03-04)
7
+
6
8
  ## [1.0.5](https://github.com/ivuorinen/base-configs/compare/v1.0.4...v1.0.5) (2026-03-03)
7
9
 
8
10
  ## [1.0.4](https://github.com/ivuorinen/base-configs/compare/v1.0.3...v1.0.4) (2026-03-03)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/base-configs",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configurations meta package",
6
6
  "author": {