@ivuorinen/base-configs 1.0.17 → 1.0.19

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.
@@ -21,7 +21,7 @@ jobs:
21
21
  fetch-depth: 0
22
22
 
23
23
  - name: Setup Node.js Environment
24
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
24
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
25
25
  with:
26
26
  always-auth: true
27
27
  node-version-file: '.nvmrc'
@@ -47,7 +47,7 @@ jobs:
47
47
  fetch-depth: 0
48
48
 
49
49
  - name: Setup Node.js Environment
50
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
50
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
51
51
  with:
52
52
  always-auth: true
53
53
  node-version-file: '.nvmrc'
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.19](https://github.com/ivuorinen/base-configs/compare/v1.0.18...v1.0.19) (2026-05-19)
7
+
8
+ ## [1.0.18](https://github.com/ivuorinen/base-configs/compare/v1.0.17...v1.0.18) (2026-05-10)
9
+
6
10
  ## [1.0.17](https://github.com/ivuorinen/base-configs/compare/v1.0.16...v1.0.17) (2026-04-21)
7
11
 
8
12
  ## [1.0.16](https://github.com/ivuorinen/base-configs/compare/v1.0.15...v1.0.16) (2026-04-18)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/base-configs",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configurations meta package",
6
6
  "author": {