Skip to content

Commit

Permalink
chore: release get-nodejs-versions-array-action 0.0.4 (#690)
Browse files Browse the repository at this point in the history
* chore: release get-nodejs-versions-array-action 0.0.4

* docs(get-nodejs-versions-array-action): fix changelog

* docs: update package list

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <release-workflow+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 9, 2023
1 parent 7840613 commit 584dbda
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@

| Package | Version |
|-|-|
| [`get-nodejs-versions-array-action`](./actions/get-nodejs-versions-array) | [`v0.0.3`](https://github.com/sounisi5011/npm-packages/tree/get-nodejs-versions-array-action-v0.0.3/actions/get-nodejs-versions-array) |
| [`get-nodejs-versions-array-action`](./actions/get-nodejs-versions-array) | [`v0.0.4`](https://github.com/sounisi5011/npm-packages/tree/get-nodejs-versions-array-action-v0.0.4/actions/get-nodejs-versions-array) |
| [`monorepo-workspace-submodules-finder-action`](./actions/monorepo-workspace-submodules-finder) | [`v1.3.2`](https://github.com/sounisi5011/npm-packages/tree/monorepo-workspace-submodules-finder-action-v1.3.2/actions/monorepo-workspace-submodules-finder) |
15 changes: 15 additions & 0 deletions actions/get-nodejs-versions-array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## [0.0.4](https://www.github.com/sounisi5011/npm-packages/compare/get-nodejs-versions-array-action-v0.0.3...get-nodejs-versions-array-action-v0.0.4) (2023-03-09)

### Bug Fixes

* **get-nodejs-versions-array-action:** force merge using the `--allow-unrelated-histories` option within `.github/workflows/publish.sh` ([#689](https://www.github.com/sounisi5011/npm-packages/issues/689)) ([7840613](https://www.github.com/sounisi5011/npm-packages/commit/78406130ddde7d410e60e59f8cf3150e93d59a30))

### Commits

<details><summary>show 1 commits</summary>

* [`7840613`](https://www.github.com/sounisi5011/npm-packages/commit/78406130ddde7d410e60e59f8cf3150e93d59a30) fix(get-nodejs-versions-array-action): force merge using the `--allow-unrelated-histories` option within `.github/workflows/publish.sh` ([#689](https://www.github.com/sounisi5011/npm-packages/issues/689))

</details>


## [0.0.3](https://www.github.com/sounisi5011/npm-packages/compare/get-nodejs-versions-array-action-v0.0.2...get-nodejs-versions-array-action-v0.0.3) (2023-03-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion actions/get-nodejs-versions-array/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-nodejs-versions-array-action",
"version": "0.0.3",
"version": "0.0.4",
"description": "Get an array of Node.js versions supported by your repository",
"homepage": "https://github.com/sounisi5011/npm-packages/tree/main/actions/get-nodejs-versions-array#readme",
"bugs": {
Expand Down

0 comments on commit 584dbda

Please sign in to comment.