diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ead13..6c0d64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/workadventure/scripting-api-extra/compare/v1.5.0...v1.5.1) (2023-11-09) + + +### Bug Fixes + +* Adapting documentation to Docusaurus ([2df69e1](https://github.com/workadventure/scripting-api-extra/commit/2df69e19918560a69594b73add0a99ed86b612fa)) + # [1.5.0](https://github.com/workadventure/scripting-api-extra/compare/v1.4.8...v1.5.0) (2023-10-23) diff --git a/package-lock.json b/package-lock.json index 004422d..4b88b1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "@fontsource/press-start-2p": "^4.5.10", diff --git a/package.json b/package.json index b454e75..f3b5c7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.5.0", + "version": "1.5.1", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",