Skip to content

Commit

Permalink
chore: release @currents/cmd v1.1.0-beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
vCaisim committed Sep 27, 2024
1 parent 882a12e commit fb4e9ec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions packages/cmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

# [1.1.0-beta.16](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.1.0-beta.15...${npm.name}-v1.1.0-beta.16) (2024-09-27)


### Bug Fixes

* Omit the recordKey from being stored in cache ([a240727](https://github.com/currents-dev/currents-reporter/commit/a24072753996bee24077c64ca28959cd01341f44))
* remove --pw-output-dir from the cache get command ([a16e230](https://github.com/currents-dev/currents-reporter/commit/a16e2306e2bae434932a18fc64b50f1206b8be47))
* remove includeHidden option ([0f46ef3](https://github.com/currents-dev/currents-reporter/commit/0f46ef3384c126bf5b8941a382276b748251d717))
* remove recordKey from cache meta file ([1892f35](https://github.com/currents-dev/currents-reporter/commit/1892f355e851e4148eeb4b7b4a3e2df0e59bf406))
* rename option from --pw-config-dump to --preset-output ([19941dc](https://github.com/currents-dev/currents-reporter/commit/19941dc021a66ee3816f8137dc3849978acc61fd))


### Features

* add matrixIndex and matrixTotal options ([bcf8f95](https://github.com/currents-dev/currents-reporter/commit/bcf8f95a675f0e84949bdcda498b112a5da5d96e))

# [1.1.0-beta.15](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.1.0-beta.14...${npm.name}-v1.1.0-beta.15) (2024-09-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/cmd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@currents/cmd",
"version": "1.1.0-beta.15",
"version": "1.1.0-beta.16",
"main": "./dist/index.js",
"author": "Currents Software Inc",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit fb4e9ec

Please sign in to comment.