From 3323950474d73d2ff33b081601bc4edd28eaf76c Mon Sep 17 00:00:00 2001 From: romantic-release-bot <187212958+romantic-release-bot@users.noreply.github.com> Date: Sun, 24 Nov 2024 04:20:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=92=20chore(release):=20v1.3.1=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # v1.3.1 (2024-11-24) ## What's Changed ### ♻️ Code Refactoring * **app**: convert userStore into Class ([8d0ef7a](https://github.com/drackp2m/playsetonline/commit/8d0ef7a2e528b30265c89d2270384967d8337ffe)) by Marc Jovaní González ### 🐛 Bug Fixes * **app**: stop checking when appLoad is finished ([fc0d0bf](https://github.com/drackp2m/playsetonline/commit/fc0d0bff78798e5979fc02b92bd31fc7dfcc16b3)) by Marc Jovaní González **Full Changelog**: https://github.com/drackp2m/playsetonline/compare/v1.3.0...v1.3.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db84d1..e0ee8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v1.3.1 (2024-11-24) + +## What's Changed + +### ♻️ Code Refactoring + +- **app**: convert userStore into Class ([8d0ef7a](https://github.com/drackp2m/playsetonline/commit/8d0ef7a2e528b30265c89d2270384967d8337ffe)) by Marc Jovaní González + +### 🐛 Bug Fixes + +- **app**: stop checking when appLoad is finished ([fc0d0bf](https://github.com/drackp2m/playsetonline/commit/fc0d0bff78798e5979fc02b92bd31fc7dfcc16b3)) by Marc Jovaní González + +**Full Changelog**: https://github.com/drackp2m/playsetonline/compare/v1.3.0...v1.3.1 + # v1.3.0 (2024-11-22) ## What's Changed diff --git a/package.json b/package.json index f9a7880..76dcb56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playsetonline/source", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "private": true, "scripts": {