Skip to content

Commit 0d74d07

Browse files
authored
chore: release @currents/cmd v1.9.5 (#293)
* chore: release @currents/cmd v1.9.5 * chore: fix gh workflow
1 parent 2ac7063 commit 0d74d07

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.github/workflows/types-matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
ref: ${{ github.event.pull_request.head.sha }}
1719

1820
- name: Get changed files
1921
id: changed-files

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cmd/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.9.5](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.2...${npm.name}-v1.9.5) (2025-10-06)
4+
5+
6+
### Bug Fixes
7+
8+
* use posix pathing to build last run file paths [CSR-3199] ([#292](https://github.com/currents-dev/currents-reporter/issues/292)) ([2ac7063](https://github.com/currents-dev/currents-reporter/commit/2ac7063fba53df8bbe80b2abd11ccee4f22aee74))
9+
310
## [1.9.4](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.9.2...${npm.name}-v1.9.4) (2025-06-12)
411

512
### Bug fixes

packages/cmd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@currents/cmd",
3-
"version": "1.9.4",
3+
"version": "1.9.5",
44
"main": "./dist/index.js",
55
"author": {
66
"name": "Currents Software Inc",

0 commit comments

Comments
 (0)