diff --git a/CHANGELOG.md b/CHANGELOG.md index 9116a4d..680b677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.1](https://github.com/workadventure/scripting-api-extra/compare/v1.9.0...v1.9.1) (2024-04-29) + + +### Bug Fixes + +* improve text design for the tuto strep one ([#238](https://github.com/workadventure/scripting-api-extra/issues/238)) ([54d554c](https://github.com/workadventure/scripting-api-extra/commit/54d554cca40a5a14e1968c835997529c914027fd)) + # [1.9.0](https://github.com/workadventure/scripting-api-extra/compare/v1.8.1...v1.9.0) (2024-04-28) diff --git a/package-lock.json b/package-lock.json index eacf85f..4ec835d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.9.0", + "version": "1.9.1", "license": "MIT", "dependencies": { "@fontsource/press-start-2p": "^4.5.10", diff --git a/package.json b/package.json index e238732..5059c46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.9.0", + "version": "1.9.1", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",