From 6e39119ff85a3411338066e28e4d560d1fe06c72 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Apr 2024 06:35:23 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/workadventure/scripting-api-extra/compare/v1.7.7...v1.8.0) (2024-04-15) ### Features * Update v1 tuto ([#236](https://github.com/workadventure/scripting-api-extra/issues/236)) ([c6b2389](https://github.com/workadventure/scripting-api-extra/commit/c6b2389d23c2c181c481aa246502f40ce61a7145)) --- 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 7623514..e963504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/workadventure/scripting-api-extra/compare/v1.7.7...v1.8.0) (2024-04-15) + + +### Features + +* Update v1 tuto ([#236](https://github.com/workadventure/scripting-api-extra/issues/236)) ([c6b2389](https://github.com/workadventure/scripting-api-extra/commit/c6b2389d23c2c181c481aa246502f40ce61a7145)) + ## [1.7.7](https://github.com/workadventure/scripting-api-extra/compare/v1.7.6...v1.7.7) (2024-03-27) diff --git a/package-lock.json b/package-lock.json index e1b3b4b..0ec1c54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.7.7", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.7.7", + "version": "1.8.0", "license": "MIT", "dependencies": { "@fontsource/press-start-2p": "^4.5.10", diff --git a/package.json b/package.json index a69b3a7..7998497 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.7.7", + "version": "1.8.0", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",