Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.9 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.9](v1.0.0-alpha.8...v1.0.0-alpha.9) (2021-08-19)

### Bug Fixes

* Fixing query string lost in redirection on unpkg. We are now using hash to pass parameters between script and keypad iframe ([09eea93](09eea93))
  • Loading branch information
semantic-release-bot committed Aug 19, 2021
1 parent 09eea93 commit 7ed72d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-alpha.9](https://github.com/workadventure/scripting-api-extra/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2021-08-19)


### Bug Fixes

* Fixing query string lost in redirection on unpkg. We are now using hash to pass parameters between script and keypad iframe ([09eea93](https://github.com/workadventure/scripting-api-extra/commit/09eea93a245f0a886a053229567c61dcc5ccad0c))

# [1.0.0-alpha.8](https://github.com/workadventure/scripting-api-extra/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2021-08-19)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@workadventure/scripting-api-extra",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "A set of utility functions / features to improve WorkAdventure maps",
"main": "dist/index.js",
"types": "dist/index.d.js",
Expand Down

0 comments on commit 7ed72d0

Please sign in to comment.