Skip to content

Commit

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

* 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 b2f2457 commit bba6369
Show file tree
Hide file tree
Showing 3 changed files with 19 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.2`](https://github.com/sounisi5011/npm-packages/tree/get-nodejs-versions-array-action-v0.0.2/actions/get-nodejs-versions-array) |
| [`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) |
| [`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) |
17 changes: 17 additions & 0 deletions actions/get-nodejs-versions-array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## [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

* **get-nodejs-versions-array-action:** fix `.github/workflows/publish.sh` to correctly detect tags that already exist ([#686](https://www.github.com/sounisi5011/npm-packages/issues/686)) ([69d63fd](https://www.github.com/sounisi5011/npm-packages/commit/69d63fde04473f8e5449fb292b0e6e0db9ffe403))
* **get-nodejs-versions-array-action:** fix `.github/workflows/publish.sh` to detect `LICENSE` files using a loop ([#688](https://www.github.com/sounisi5011/npm-packages/issues/688)) ([b2f2457](https://www.github.com/sounisi5011/npm-packages/commit/b2f24573c5d3829dfa1a329146130b3d96ebd0cb))

### Commits

<details><summary>show 2 commits</summary>

* [`b2f2457`](https://www.github.com/sounisi5011/npm-packages/commit/b2f24573c5d3829dfa1a329146130b3d96ebd0cb) fix(get-nodejs-versions-array-action): fix `.github/workflows/publish.sh` to detect `LICENSE` files using a loop ([#688](https://www.github.com/sounisi5011/npm-packages/issues/688))
* [`69d63fd`](https://www.github.com/sounisi5011/npm-packages/commit/69d63fde04473f8e5449fb292b0e6e0db9ffe403) fix(get-nodejs-versions-array-action): fix `.github/workflows/publish.sh` to correctly detect tags that already exist ([#686](https://www.github.com/sounisi5011/npm-packages/issues/686))

</details>


## [0.0.2](https://www.github.com/sounisi5011/npm-packages/compare/get-nodejs-versions-array-action-v0.0.1...get-nodejs-versions-array-action-v0.0.2) (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.2",
"version": "0.0.3",
"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 bba6369

Please sign in to comment.