Skip to content

Commit

Permalink
Merge pull request #45 from Holo-Host/rc-0.5.1
Browse files Browse the repository at this point in the history
Release v0.5.1
  • Loading branch information
timotree3 authored Jul 6, 2021
2 parents e9381c4 + 52948f0 commit 84f2482
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1] - 2021-07-06

### Added
- Option to allow `signIn`/`signUp` to be cancelled and remain anonymous (on by default) [(#39)](https://github.com/Holo-Host/web-sdk/pull/39)

## [0.5.0] - 2021-03-15
### Added
- `holoInfo` method to get host url from `chaperone` [(#34)][]
Expand Down
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/web-sdk",
"version": "0.5.0",
"version": "0.5.1",
"description": "Standard development kit for creating Web UIs that work with Holo Hosting.",
"main": "src/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 84f2482

Please sign in to comment.