diff --git a/CHANGELOG.md b/CHANGELOG.md index 47efbc35..1c573082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.1.5](https://github.com/hongaar/moker/compare/v2.1.4...v2.1.5) (2023-12-25) + +### Bug Fixes + +- **deps:** bump ora from 7.0.1 to 8.0.1 + ([#287](https://github.com/hongaar/moker/issues/287)) + ([7448d53](https://github.com/hongaar/moker/commit/7448d5312327bc384c4517e050d8269f600655de)) + ## [2.1.4](https://github.com/hongaar/moker/compare/v2.1.3...v2.1.4) (2023-11-27) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3ff4b925..2daa4086 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "2.1.4", + "version": "2.1.5", "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 06875020..80b83d43 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "2.1.4", + "version": "2.1.5", "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 ba315461..8893f399 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "2.1.4", + "version": "2.1.5", "description": "Moker plugins", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/templates/package.json b/packages/templates/package.json index 2ec1e298..4bcea708 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "2.1.4", + "version": "2.1.5", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "license": "MIT",