Compare commits

...

3 Commits

Author SHA1 Message Date
Pete Davison
209c88c341 v3.45.2 2025-09-15 12:40:54 +00:00
Pete Davison
bd94f9f607 fix: set pnpm version 2025-09-15 12:40:12 +00:00
Pete Davison
9f6b78ec84 chore: move changelog items back to unreleased 2025-09-15 12:38:52 +00:00
4 changed files with 7 additions and 5 deletions

View File

@@ -27,6 +27,8 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Install Node.js
uses: actions/setup-node@v4

View File

@@ -1,6 +1,6 @@
# Changelog
## v3.45.1 - 2025-09-15
## v3.45.2 - 2025-09-15
- Task now includes built-in core utilities to greatly improve compatibility on
Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any
@@ -49,7 +49,7 @@ more timely. We have already merged a couple of longstanding PRs in our
@pd93, @shrink, @trim21 and all the previous contributors to
[arduino/setup-task](https://github.com/arduino/setup-task/)).
## v3.45.0 - 2025-09-15
## v3.45.0-v3.45.1 - 2025-09-15
Failed due to an issue with our release process.

View File

@@ -1 +1 @@
3.45.1
3.45.2

View File

@@ -5,7 +5,7 @@ outline: deep
# Changelog
## v3.45.1 - 2025-09-15
## v3.45.2 - 2025-09-15
- Task now includes built-in core utilities to greatly improve compatibility on
Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any
@@ -54,7 +54,7 @@ more timely. We have already merged a couple of longstanding PRs in our
@pd93, @shrink, @trim21 and all the previous contributors to
[arduino/setup-task](https://github.com/arduino/setup-task/)).
## v3.45.0 - 2025-09-15
## v3.45.0-v3.45.1 - 2025-09-15
Failed due to an issue with our release process.