diff --git a/CHANGELOG.md b/CHANGELOG.md index 741e3f96..81f64c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.1.11](https://github.com/hongaar/moker/compare/v2.1.10...v2.1.11) (2024-04-01) + +### Bug Fixes + +- **deps:** bump sort-package-json from 2.8.0 to 2.10.0 + ([#322](https://github.com/hongaar/moker/issues/322)) + ([c136e42](https://github.com/hongaar/moker/commit/c136e42d3ade2460cf12a02158b79045721565c7)) + ## [2.1.10](https://github.com/hongaar/moker/compare/v2.1.9...v2.1.10) (2024-03-11) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index 04fc6821..886cc995 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "2.1.10", + "version": "2.1.11", "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 22163654..c8da2af8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "2.1.10", + "version": "2.1.11", "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 2f9b4bc5..5a5c5d67 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "2.1.10", + "version": "2.1.11", "description": "Moker plugins", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/templates/package.json b/packages/templates/package.json index d5e8d562..e6b770ed 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "2.1.10", + "version": "2.1.11", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "license": "MIT",