diff --git a/CHANGELOG.md b/CHANGELOG.md index da01c401..9def3616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/hongaar/moker/compare/v1.1.2...v1.2.0) (2023-06-01) + +### Features + +- add github action ([#178](https://github.com/hongaar/moker/issues/178)) + ([97b41fe](https://github.com/hongaar/moker/commit/97b41fe58683b9fd465f6c77f84d624db09a8831)) + ## [1.1.2](https://github.com/hongaar/moker/compare/v1.1.1...v1.1.2) (2023-05-29) ### Bug Fixes diff --git a/packages/action/package.json b/packages/action/package.json index 958cfda6..a1ed18c8 100644 --- a/packages/action/package.json +++ b/packages/action/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/action", - "version": "1.1.2", + "version": "1.2.0", "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 ba97c314..ebb607d0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "1.1.2", + "version": "1.2.0", "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 da9d4134..a13f8b37 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "1.1.2", + "version": "1.2.0", "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 9bc4a07f..b131ff8e 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "1.1.2", + "version": "1.2.0", "description": "Moker plugins", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/templates/package.json b/packages/templates/package.json index 8e2ee418..a88a1581 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "1.1.2", + "version": "1.2.0", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "license": "MIT",