diff --git a/CHANGELOG.md b/CHANGELOG.md index be996ea..06aaebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/workadventure/scripting-api-extra/compare/v1.0.3...v1.0.4) (2021-09-07) + + +### Bug Fixes + +* Replacing ASSETS_URL environment variable by a dynamically generated default_assets_url.ts file. ([05eba1f](https://github.com/workadventure/scripting-api-extra/commit/05eba1f5749b8b38cd602acf10e0538fe1ab118e)) + ## [1.0.3](https://github.com/workadventure/scripting-api-extra/compare/v1.0.2...v1.0.3) (2021-09-06) diff --git a/package-lock.json b/package-lock.json index 473be10..bb214a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 06e1837..951f82e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.0.3", + "version": "1.0.4", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",