From 9d9b9673df469688ed91f1825cbbb3dd503181d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Nov 2022 09:38:05 +0000 Subject: [PATCH] chore(release): 0.0.2 ## [0.0.2](https://github.com/hongaar/moker/compare/v0.0.1...v0.0.2) (2022-11-24) ### Bug Fixes * attempt automatic release (4) ([535b121](https://github.com/hongaar/moker/commit/535b121317fe0349c967c4b62188315b097b7303)) * attempt automatic release (5) ([13146c7](https://github.com/hongaar/moker/commit/13146c72a8a74b008d9b838ba363738a47fe3b0a)) [skip ci] --- CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/plugins/package.json | 2 +- packages/templates/package.json | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f9791b..18af989e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.2](https://github.com/hongaar/moker/compare/v0.0.1...v0.0.2) (2022-11-24) + +### Bug Fixes + +- attempt automatic release (4) + ([535b121](https://github.com/hongaar/moker/commit/535b121317fe0349c967c4b62188315b097b7303)) +- attempt automatic release (5) + ([13146c7](https://github.com/hongaar/moker/commit/13146c72a8a74b008d9b838ba363738a47fe3b0a)) + # ?.?.? (????-??-??) Initial release! diff --git a/packages/cli/package.json b/packages/cli/package.json index e9a7b15d..d88aefbc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "moker", - "version": "0.0.1", + "version": "0.0.2", "description": "The moker CLI", "repository": "https://github.com/hongaar/moker", "author": "joram@vandenboezem.nl", diff --git a/packages/core/package.json b/packages/core/package.json index 699e4d07..7fba335d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/core", - "version": "0.0.1", + "version": "0.0.2", "description": "Core moker functions", "repository": "https://github.com/hongaar/moker", "publishConfig": { diff --git a/packages/plugins/package.json b/packages/plugins/package.json index b5825775..b6768a75 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/plugins", - "version": "0.0.1", + "version": "0.0.2", "description": "Moker plugins", "repository": "https://github.com/hongaar/moker", "publishConfig": { diff --git a/packages/templates/package.json b/packages/templates/package.json index eb60b90d..a097782e 100644 --- a/packages/templates/package.json +++ b/packages/templates/package.json @@ -1,6 +1,6 @@ { "name": "@mokr/templates", - "version": "0.0.1", + "version": "0.0.2", "description": "Moker templates", "repository": "https://github.com/hongaar/moker", "publishConfig": {