diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a85dc67..7dc2867e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.1.0](https://github.com/hongaar/moker/compare/v2.0.7...v2.1.0) (2023-10-29) + +### Bug Fixes + +- --worktree to --all ([#262](https://github.com/hongaar/moker/issues/262)) + ([5e153d5](https://github.com/hongaar/moker/commit/5e153d5eb617e669712edb8c0e7332cf2cae6604)) + +### Features + +- yarn 4 ([#261](https://github.com/hongaar/moker/issues/261)) + ([c2657f3](https://github.com/hongaar/moker/commit/c2657f3c6e9a71d0c69c78a6a0f7287755fc62c3)) + ## [2.0.7](https://github.com/hongaar/moker/compare/v2.0.6...v2.0.7) (2023-10-23) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index b478e1ba..69ac79f0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "2.0.7", + "version": "2.1.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 8ad5c3cf..d9d6c11d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "2.0.7", + "version": "2.1.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 f06be999..20bd6efe 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "2.0.7", + "version": "2.1.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 8bcc8c8a..0145ce87 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "2.0.7", + "version": "2.1.0", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "license": "MIT",