diff --git a/CHANGELOG.md b/CHANGELOG.md index 99eb61ed..ca704ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.1.2](https://github.com/hongaar/moker/compare/v2.1.1...v2.1.2) (2023-11-06) + +### Bug Fixes + +- **deps:** bump pkg-up from 4.0.0 to 5.0.0 + ([#264](https://github.com/hongaar/moker/issues/264)) + ([3ccb515](https://github.com/hongaar/moker/commit/3ccb515c850a9e7dd5b3548ff2f117aa9878e2f3)) +- **deps:** bump yaml from 2.3.3 to 2.3.4 + ([#266](https://github.com/hongaar/moker/issues/266)) + ([c0b6d37](https://github.com/hongaar/moker/commit/c0b6d37cc92098f29a2b9f7962df7420bc82f31a)) + ## [2.1.1](https://github.com/hongaar/moker/compare/v2.1.0...v2.1.1) (2023-10-29) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index d3a4d8e3..2ef7c2c2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "2.1.1", + "version": "2.1.2", "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 0312a984..b0fd21a3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "2.1.1", + "version": "2.1.2", "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 8b1946da..4672a36d 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "2.1.1", + "version": "2.1.2", "description": "Moker plugins", "repository": "https://github.com/hongaar/moker", "license": "MIT", diff --git a/packages/templates/package.json b/packages/templates/package.json index fa1126e0..9b5e2994 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "2.1.1", + "version": "2.1.2", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "license": "MIT",