Skip to content

Commit

Permalink
Merge pull request #12 from Holo-Host/rc--0.2.0
Browse files Browse the repository at this point in the history
v0.2.0 to develop
  • Loading branch information
timotree3 authored Feb 5, 2021
2 parents c5b1ca7 + ec385da commit 86c3fb9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2021-02-04
### Added
- Handle signals. `ParentAPI` now has a `.sendSignal` method which calls a `signalCb` passed in through `COMB.connect`
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holo-host/comb",
"version": "0.1.6",
"version": "0.2.0",
"description": "Cross-origin message bus (COMB) facilitates communication between a hApp UI and Holo Chaperone",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 86c3fb9

Please sign in to comment.