From 0acd5d62a6530607e067d23ef218baf4907661bb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Aug 2021 08:51:58 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.7 [skip ci] # [1.0.0-alpha.7](https://github.com/workadventure/scripting-api-extra/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-08-19) ### Bug Fixes * Fixing dry-run failed getting correct tag (again) ([f5f994e](https://github.com/workadventure/scripting-api-extra/commit/f5f994ee68fc441cde35ff616e7b31f91bbe9afa)) --- 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 ed19e20..aff15e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.7](https://github.com/workadventure/scripting-api-extra/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-08-19) + + +### Bug Fixes + +* Fixing dry-run failed getting correct tag (again) ([f5f994e](https://github.com/workadventure/scripting-api-extra/commit/f5f994ee68fc441cde35ff616e7b31f91bbe9afa)) + # [1.0.0-alpha.6](https://github.com/workadventure/scripting-api-extra/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2021-08-19) diff --git a/package-lock.json b/package-lock.json index 1e42cc2..f4b4e03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@workadventure/scripting-api-extra", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "license": "MIT", "dependencies": { "@workadventure/tiled-map-type-guard": "^1.0.2", diff --git a/package.json b/package.json index 785abd5..2cdd7cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workadventure/scripting-api-extra", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "A set of utility functions / features to improve WorkAdventure maps", "main": "dist/index.js", "types": "dist/index.d.js",