diff --git a/CHANGELOG.md b/CHANGELOG.md index 7623514..e963504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/workadventure/scripting-api-extra/compare/v1.7.7...v1.8.0) (2024-04-15) + + +### Features + +* Update v1 tuto ([#236](https://github.com/workadventure/scripting-api-extra/issues/236)) ([c6b2389](https://github.com/workadventure/scripting-api-extra/commit/c6b2389d23c2c181c481aa246502f40ce61a7145)) + ## [1.7.7](https://github.com/workadventure/scripting-api-extra/compare/v1.7.6...v1.7.7) (2024-03-27) diff --git a/package-lock.json b/package-lock.json index e1b3b4b..0ec1c54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.7.7", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.7.7", + "version": "1.8.0", "license": "MIT", "dependencies": { "@fontsource/press-start-2p": "^4.5.10", diff --git a/package.json b/package.json index a69b3a7..7998497 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.7.7", + "version": "1.8.0", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",