diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6532d2..a0f83b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/hongaar/moker/compare/v1.2.1...v1.2.2) (2023-06-01) + +### Bug Fixes + +- action entry + ([280c691](https://github.com/hongaar/moker/commit/280c6917df17e20916c3522698d402b1d2ec409b)) + ## [1.2.1](https://github.com/hongaar/moker/compare/v1.2.0...v1.2.1) (2023-06-01) ### Bug Fixes diff --git a/packages/action/package.json b/packages/action/package.json index fe784aa3..8c29ae63 100644 --- a/packages/action/package.json +++ b/packages/action/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/action", - "version": "1.2.1", + "version": "1.2.2", "description": "Moker Github Action", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/cli/package.json b/packages/cli/package.json index eec0b3fd..70c9acdc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "1.2.1", + "version": "1.2.2", "description": "The moker CLI", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index 04c182cf..b76203e2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "1.2.1", + "version": "1.2.2", "description": "Core moker functions", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 7f7c9eee..2ad950ef 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "1.2.1", + "version": "1.2.2", "description": "Moker plugins", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/templates/package.json b/packages/templates/package.json index eb400f6a..be582103 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "1.2.1", + "version": "1.2.2", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "license": "MIT",