Skip to content

Commit 62a15dc

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2023-08-10) ### Bug Fixes * Fixing XP not correctly sent in levelUp ([aa95a0c](aa95a0c))
1 parent af41b24 commit 62a15dc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.3](https://github.com/workadventure/quests/compare/v1.1.2...v1.1.3) (2023-08-10)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixing XP not correctly sent in levelUp ([aa95a0c](https://github.com/workadventure/quests/commit/aa95a0c5b3355d07b5afdc9ba821ab5c67b9aa6d))
7+
18
## [1.1.2](https://github.com/workadventure/quests/compare/v1.1.1...v1.1.2) (2023-08-10)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workadventure/quests",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Utility functions to create quests for WorkAdventure",
55
"type": "module",
66
"main": "./dist/quests.umd.cjs",

0 commit comments

Comments
 (0)