From e96ce3ea73bc3710fcea881b14f6486f2f95a589 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Thu, 3 Oct 2024 11:33:26 -0700 Subject: [PATCH] chore: release @currents/cmd v1.1.1 --- package-lock.json | 2 +- packages/cmd/CHANGELOG.md | 10 +++++++++- packages/cmd/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f19e748..5fc61ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13833,7 +13833,7 @@ }, "packages/cmd": { "name": "@currents/cmd", - "version": "1.1.0", + "version": "1.1.1", "license": "GPL-3.0-or-later", "dependencies": { "@commander-js/extra-typings": "^11.1.0", diff --git a/packages/cmd/CHANGELOG.md b/packages/cmd/CHANGELOG.md index 7ee7ea0..126ff60 100644 --- a/packages/cmd/CHANGELOG.md +++ b/packages/cmd/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.1.0...${npm.name}-v1.1.1) (2024-10-03) + + +### Bug Fixes + +* cache command usage example [skip ci] ([3bb9415](https://github.com/currents-dev/currents-reporter/commit/3bb9415612f2d2e4f564596c8fc4a3e140cfd6be)) +* rename from --paths to --path ([b995083](https://github.com/currents-dev/currents-reporter/commit/b99508354d2dbc4af77ed32852acc5d8ad7d8981)) + # [1.1.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.0.5...${npm.name}-v1.1.0) (2024-10-01) ### Features @@ -57,4 +65,4 @@ ### Features - add reportDir option to jest-reporter ([887fae6](https://github.com/currents-dev/currents-reporter/commit/887fae637f5d08243323e30abedba919075939b6)) -- add vitest ([2b25624](https://github.com/currents-dev/currents-reporter/commit/2b2562410adcce06de4e54abcc63c4a16603d27b)) +- add vitest ([2b25624](https://github.com/currents-dev/currents-reporter/commit/2b2562410adcce06de4e54abcc63c4a16603d27b)) \ No newline at end of file diff --git a/packages/cmd/package.json b/packages/cmd/package.json index 58b160f..7a7a815 100644 --- a/packages/cmd/package.json +++ b/packages/cmd/package.json @@ -1,6 +1,6 @@ { "name": "@currents/cmd", - "version": "1.1.0", + "version": "1.1.1", "main": "./dist/index.js", "author": "Currents Software Inc", "license": "GPL-3.0-or-later",