From a2b55d0c060f66001d371ee7c6caf4130e2c510a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jan 2024 12:47:35 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] # [0.5.0](https://github.com/shko-online/ComponentFramework-Mock/compare/v0.4.2...v0.5.0) (2024-01-18) ### Bug Fixes * Multiple Components sharing the same properties ([6699727](https://github.com/shko-online/ComponentFramework-Mock/commit/66997277d11a724f0fa5a7ada90bf0024de20453)) ### Features * ComponentFrameworkMockOrchestrator ([cfa9e9f](https://github.com/shko-online/ComponentFramework-Mock/commit/cfa9e9f0410fc29c1314fa4b6d7ca7bb7ad5d78f)) * Exposed shared db on Orchestrator ([8dae1de](https://github.com/shko-online/ComponentFramework-Mock/commit/8dae1debe33c0e9f5db3fd694eaf6740eb5643bd)) * OrchestratorInput type ([e05a062](https://github.com/shko-online/ComponentFramework-Mock/commit/e05a06248ef164f344af6476c18c97531bbe6242)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3934b92..bd079fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.5.0](https://github.com/shko-online/ComponentFramework-Mock/compare/v0.4.2...v0.5.0) (2024-01-18) + + +### Bug Fixes + +* Multiple Components sharing the same properties ([6699727](https://github.com/shko-online/ComponentFramework-Mock/commit/66997277d11a724f0fa5a7ada90bf0024de20453)) + + +### Features + +* ComponentFrameworkMockOrchestrator ([cfa9e9f](https://github.com/shko-online/ComponentFramework-Mock/commit/cfa9e9f0410fc29c1314fa4b6d7ca7bb7ad5d78f)) +* Exposed shared db on Orchestrator ([8dae1de](https://github.com/shko-online/ComponentFramework-Mock/commit/8dae1debe33c0e9f5db3fd694eaf6740eb5643bd)) +* OrchestratorInput type ([e05a062](https://github.com/shko-online/ComponentFramework-Mock/commit/e05a06248ef164f344af6476c18c97531bbe6242)) + ## [0.4.2](https://github.com/shko-online/ComponentFramework-Mock/compare/v0.4.1...v0.4.2) (2024-01-14) diff --git a/package.json b/package.json index b39158c..3792c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shko.online/componentframework-mock", - "version": "0.4.2", + "version": "0.5.0", "description": "Mocking library to help with testing PowerApps Component Framework Components", "repository": "https://github.com/shko-online/ComponentFramework-Mock", "author": "Shko Online (https://shko.online)",