Skip to content

Commit

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

* 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 54cd8f9 commit 1224cff
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 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.1`](https://github.com/sounisi5011/npm-packages/tree/get-nodejs-versions-array-action-v0.0.1/actions/get-nodejs-versions-array) |
| [`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) |
| [`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) |
18 changes: 17 additions & 1 deletion actions/get-nodejs-versions-array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
# Changelog


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

* **get-nodejs-versions-array-action:** add about short references in `README.md` ([#684](https://www.github.com/sounisi5011/npm-packages/issues/684)) ([54cd8f9](https://www.github.com/sounisi5011/npm-packages/commit/54cd8f941bb0286909f1efc982f6de5832f73469))

### Commits

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

* [`54cd8f9`](https://www.github.com/sounisi5011/npm-packages/commit/54cd8f941bb0286909f1efc982f6de5832f73469) fix(get-nodejs-versions-array-action): add about short references in `README.md` ([#684](https://www.github.com/sounisi5011/npm-packages/issues/684))
* [`179a10a`](https://www.github.com/sounisi5011/npm-packages/commit/179a10a9271b8c2c2fe45d8b4a73716f17df2823) docs(get-nodejs-versions-array-action): modify the text in the `README.md` file generated by `.github/workflows/publish.sh` ([#683](https://www.github.com/sounisi5011/npm-packages/issues/683))

</details>


## 0.0.1 (2023-03-04)

### Commits

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

* [`a40259b4`](https://github.com/sounisi5011/npm-packages/commit/a40259b495370afe961318ba500f3b6cdb79746d) ci(github actions): auto-detect the version of Node.js used in unit tests ([#675](https://github.com/sounisi5011/npm-packages/issues/675))
* [`a40259b`](https://github.com/sounisi5011/npm-packages/commit/a40259b495370afe961318ba500f3b6cdb79746d) ci(github actions): auto-detect the version of Node.js used in unit tests ([#675](https://github.com/sounisi5011/npm-packages/issues/675))

</details>
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.1",
"version": "0.0.2",
"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 1224cff

Please sign in to comment.