2 Commits

Author SHA1 Message Date
semantic-release-bot
211b7cfff8 chore(release): 1.1.9 [skip ci]
## [1.1.9](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.1.8...v1.1.9) (2026-03-05)
2026-03-05 19:59:02 +00:00
renovate[bot]
993aab6da6 chore(deps): update actions/setup-node action (v6.2.0 → v6.3.0) (#132)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-05 19:56:24 +00:00
3 changed files with 4 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js Environment
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
always-auth: true
node-version-file: ".nvmrc"

View File

@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.9](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.1.8...v1.1.9) (2026-03-05)
## [1.1.8](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.1.7...v1.1.8) (2026-03-05)
## [1.1.7](https://github.com/ivuorinen/base-configs-semantic-release/compare/v1.1.6...v1.1.7) (2026-03-05)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/semantic-release-config",
"version": "1.1.8",
"version": "1.1.9",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",