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