diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fb6e05..5912dce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.3](https://github.com/hongaar/moker/compare/v2.0.2...v2.0.3) (2023-10-02) + +### Bug Fixes + +- **deps:** bump sort-package-json from 2.5.1 to 2.6.0 + ([#248](https://github.com/hongaar/moker/issues/248)) + ([e2d5ee2](https://github.com/hongaar/moker/commit/e2d5ee21f5943d8f95c40db1831cf0e002e8dedc)) + ## [2.0.2](https://github.com/hongaar/moker/compare/v2.0.1...v2.0.2) (2023-10-02) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index ec9e7564..fc0009ab 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "2.0.2", + "version": "2.0.3", "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 8f4541f7..1fb3c978 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "2.0.2", + "version": "2.0.3", "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 8d56afc9..eb23fc2b 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "2.0.2", + "version": "2.0.3", "description": "Moker plugins", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/templates/package.json b/packages/templates/package.json index e7d28a7f..037e8f96 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "2.0.2", + "version": "2.0.3", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "license": "MIT",