diff --git a/README.md b/README.md index 7252029bf..afbdc448d 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ | Package | Version | Dependencies | |-|-|-| -| [`monorepo-workspace-submodules-finder-action`](./actions/monorepo-workspace-submodules-finder) | [`v1.2.1`](https://github.com/sounisi5011/npm-packages/tree/monorepo-workspace-submodules-finder-action-v1.2.1/actions/monorepo-workspace-submodules-finder) | [![Dependency Status](https://status.david-dm.org/gh/sounisi5011/npm-packages.svg?path=actions%2Fmonorepo-workspace-submodules-finder)](https://david-dm.org/sounisi5011/npm-packages?path=actions%2Fmonorepo-workspace-submodules-finder) | +| [`monorepo-workspace-submodules-finder-action`](./actions/monorepo-workspace-submodules-finder) | [`v1.2.2`](https://github.com/sounisi5011/npm-packages/tree/monorepo-workspace-submodules-finder-action-v1.2.2/actions/monorepo-workspace-submodules-finder) | [![Dependency Status](https://status.david-dm.org/gh/sounisi5011/npm-packages.svg?path=actions%2Fmonorepo-workspace-submodules-finder)](https://david-dm.org/sounisi5011/npm-packages?path=actions%2Fmonorepo-workspace-submodules-finder) | diff --git a/actions/monorepo-workspace-submodules-finder/CHANGELOG.md b/actions/monorepo-workspace-submodules-finder/CHANGELOG.md index a2e4eebd8..5bddb1d95 100644 --- a/actions/monorepo-workspace-submodules-finder/CHANGELOG.md +++ b/actions/monorepo-workspace-submodules-finder/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.2.2](https://www.github.com/sounisi5011/npm-packages/compare/monorepo-workspace-submodules-finder-action-v1.2.1...monorepo-workspace-submodules-finder-action-v1.2.2) (2021-12-05) + + +### Bug Fixes + +* **deps:** update dependency workspace-tools to v0.17.0 ([#292](https://www.github.com/sounisi5011/npm-packages/issues/292)) ([93f5875](https://www.github.com/sounisi5011/npm-packages/commit/93f58754d59e1f3862994ac5d2af0a85bdd609d0)) + ### [1.2.1](https://www.github.com/sounisi5011/npm-packages/compare/monorepo-workspace-submodules-finder-action-v1.2.0...monorepo-workspace-submodules-finder-action-v1.2.1) (2021-11-05) diff --git a/actions/monorepo-workspace-submodules-finder/package.json b/actions/monorepo-workspace-submodules-finder/package.json index 62248d315..296a09158 100644 --- a/actions/monorepo-workspace-submodules-finder/package.json +++ b/actions/monorepo-workspace-submodules-finder/package.json @@ -1,6 +1,6 @@ { "name": "monorepo-workspace-submodules-finder-action", - "version": "1.2.1", + "version": "1.2.2", "description": "Get the path and package name of a node submodules in npm/yarn/pnpm workspaces", "homepage": "https://github.com/sounisi5011/npm-packages/tree/main/actions/monorepo-workspace-submodules-finder#readme", "bugs": {