From 57436af3b9a289f3eb8c6f9488d6c9525c0e0cb5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Oct 2023 12:59:19 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/workadventure/scripting-api-extra/compare/v1.4.8...v1.5.0) (2023-10-23) ### Features * Update for new configuration version ([#222](https://github.com/workadventure/scripting-api-extra/issues/222)) ([124d6f1](https://github.com/workadventure/scripting-api-extra/commit/124d6f1b2d8939dfe33276617c0949ede9e94ca5)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2918ec9..68ead13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/workadventure/scripting-api-extra/compare/v1.4.8...v1.5.0) (2023-10-23) + + +### Features + +* Update for new configuration version ([#222](https://github.com/workadventure/scripting-api-extra/issues/222)) ([124d6f1](https://github.com/workadventure/scripting-api-extra/commit/124d6f1b2d8939dfe33276617c0949ede9e94ca5)) + ## [1.4.8](https://github.com/workadventure/scripting-api-extra/compare/v1.4.7...v1.4.8) (2023-08-22) diff --git a/package-lock.json b/package-lock.json index e1d58e4..004422d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.4.8", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.4.8", + "version": "1.5.0", "license": "MIT", "dependencies": { "@fontsource/press-start-2p": "^4.5.10", diff --git a/package.json b/package.json index 68991ce..b454e75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.4.8", + "version": "1.5.0", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",