Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0](v0.4.2...v0.5.0) (2024-01-18)

### Bug Fixes

* Multiple Components sharing the same properties ([6699727](6699727))

### Features

* ComponentFrameworkMockOrchestrator ([cfa9e9f](cfa9e9f))
* Exposed shared db on Orchestrator ([8dae1de](8dae1de))
* OrchestratorInput type ([e05a062](e05a062))
  • Loading branch information
semantic-release-bot committed Jan 18, 2024
1 parent 1613555 commit a2b55d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <sales@shko.online> (https://shko.online)",
Expand Down

0 comments on commit a2b55d0

Please sign in to comment.