diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f89b0a2..919e49f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.0.1](https://github.com/hongaar/moker/compare/v3.0.0...v3.0.1) (2024-05-27) + +### Bug Fixes + +- **deps:** bump bandersnatch from 1.12.15 to 2.0.0 + ([#340](https://github.com/hongaar/moker/issues/340)) + ([b370ab8](https://github.com/hongaar/moker/commit/b370ab8b6cf5098f4d1e544992d22f7fa5ff2a11)) + # [3.0.0](https://github.com/hongaar/moker/compare/v2.1.13...v3.0.0) (2024-04-25) ### Features diff --git a/packages/cli/package.json b/packages/cli/package.json index 340deee9..e8eae3a7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "3.0.0", + "version": "3.0.1", "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 6424c43e..5b493392 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "3.0.0", + "version": "3.0.1", "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 7dfeca52..66e63a66 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "3.0.0", + "version": "3.0.1", "description": "Moker plugins", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/templates/package.json b/packages/templates/package.json index 33846997..4bb62c4d 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "3.0.0", + "version": "3.0.1", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "license": "MIT",