diff --git a/CHANGELOG.md b/CHANGELOG.md index 5912dce7..641bbcfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.4](https://github.com/hongaar/moker/compare/v2.0.3...v2.0.4) (2023-10-02) + +### Bug Fixes + +- **deps:** bump bandersnatch from 1.12.7 to 1.12.8 + ([#247](https://github.com/hongaar/moker/issues/247)) + ([2e021a5](https://github.com/hongaar/moker/commit/2e021a5b13b9fb94e74a96cf32062487b5543e90)) + ## [2.0.3](https://github.com/hongaar/moker/compare/v2.0.2...v2.0.3) (2023-10-02) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index 826639ac..95f8f1b5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "2.0.3", + "version": "2.0.4", "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 1fb3c978..046c9bf4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "2.0.3", + "version": "2.0.4", "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 eb23fc2b..b25def17 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "2.0.3", + "version": "2.0.4", "description": "Moker plugins", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/templates/package.json b/packages/templates/package.json index 037e8f96..cc9046c7 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "2.0.3", + "version": "2.0.4", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "license": "MIT",