From 95a0aca2dbdeffc25d677ba45a10744b6dbdf6b6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Feb 2024 15:59:11 +0000 Subject: [PATCH] chore(release): 1.7.1 [skip ci] ## [1.7.1](https://github.com/workadventure/scripting-api-extra/compare/v1.7.0...v1.7.1) (2024-02-07) ### Bug Fixes * workadventure env ([0b256ac](https://github.com/workadventure/scripting-api-extra/commit/0b256ac2781f49090e690da2e86c655e5e724301)) --- 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 ffe17f2..da578c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.1](https://github.com/workadventure/scripting-api-extra/compare/v1.7.0...v1.7.1) (2024-02-07) + + +### Bug Fixes + +* workadventure env ([0b256ac](https://github.com/workadventure/scripting-api-extra/commit/0b256ac2781f49090e690da2e86c655e5e724301)) + # [1.7.0](https://github.com/workadventure/scripting-api-extra/compare/v1.6.0...v1.7.0) (2024-02-07) diff --git a/package-lock.json b/package-lock.json index 9a14139..b9a0bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "dependencies": { "@fontsource/press-start-2p": "^4.5.10", diff --git a/package.json b/package.json index df1b62d..62015a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.7.0", + "version": "1.7.1", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",