diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1fae41..741e3f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.1.10](https://github.com/hongaar/moker/compare/v2.1.9...v2.1.10) (2024-03-11) + +### Bug Fixes + +- **deps:** bump yaml from 2.4.0 to 2.4.1 + ([#315](https://github.com/hongaar/moker/issues/315)) + ([c78ef11](https://github.com/hongaar/moker/commit/c78ef1146b8a36520d70c73f7a34b89c5cc3c795)) + ## [2.1.9](https://github.com/hongaar/moker/compare/v2.1.8...v2.1.9) (2024-03-04) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3df7932e..c1578f16 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "2.1.9", + "version": "2.1.10", "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 7f080732..2919511f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "2.1.9", + "version": "2.1.10", "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 49d51062..8207d30b 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "2.1.9", + "version": "2.1.10", "description": "Moker plugins", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/templates/package.json b/packages/templates/package.json index 430abf2b..7b73e7fb 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "2.1.9", + "version": "2.1.10", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "license": "MIT",