diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe17f2..da578c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.1](https://github.com/workadventure/scripting-api-extra/compare/v1.7.0...v1.7.1) (2024-02-07) + + +### Bug Fixes + +* workadventure env ([0b256ac](https://github.com/workadventure/scripting-api-extra/commit/0b256ac2781f49090e690da2e86c655e5e724301)) + # [1.7.0](https://github.com/workadventure/scripting-api-extra/compare/v1.6.0...v1.7.0) (2024-02-07) diff --git a/package-lock.json b/package-lock.json index 9a14139..b9a0bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "dependencies": { "@fontsource/press-start-2p": "^4.5.10", diff --git a/package.json b/package.json index df1b62d..62015a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.7.0", + "version": "1.7.1", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",