diff --git a/CHANGELOG.md b/CHANGELOG.md index 96bbfc9..8bb03e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.3](https://github.com/workadventure/scripting-api-extra/compare/v1.5.2...v1.5.3) (2023-11-16) + + +### Bug Fixes + +* Open config with allow api parameter ([#227](https://github.com/workadventure/scripting-api-extra/issues/227)) ([360b36e](https://github.com/workadventure/scripting-api-extra/commit/360b36e40c184388a3603fc0dc3a65b75ab4aac7)) + ## [1.5.2](https://github.com/workadventure/scripting-api-extra/compare/v1.5.1...v1.5.2) (2023-11-10) diff --git a/package-lock.json b/package-lock.json index 1c797db..5c1cbab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.5.2", + "version": "1.5.3", "license": "MIT", "dependencies": { "@fontsource/press-start-2p": "^4.5.10", diff --git a/package.json b/package.json index 0608661..ccbfdb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.5.2", + "version": "1.5.3", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",