diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb03e1..6dc1adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.4](https://github.com/workadventure/scripting-api-extra/compare/v1.5.3...v1.5.4) (2023-11-23) + + +### Bug Fixes + +* tutorial v1 luncher function ([#228](https://github.com/workadventure/scripting-api-extra/issues/228)) ([b7a898e](https://github.com/workadventure/scripting-api-extra/commit/b7a898e52b419a784510cc3b6258c00580ab2000)) + ## [1.5.3](https://github.com/workadventure/scripting-api-extra/compare/v1.5.2...v1.5.3) (2023-11-16) diff --git a/package-lock.json b/package-lock.json index 5c1cbab..c95ade1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "dependencies": { "@fontsource/press-start-2p": "^4.5.10", diff --git a/package.json b/package.json index ccbfdb7..c814bcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.5.3", + "version": "1.5.4", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",