Skip to content

Commit

Permalink
🎒 chore(release): v1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
# v1.3.1 (2024-11-24)

## What's Changed
### ♻️ Code Refactoring

* **app**: convert userStore into Class ([8d0ef7a](8d0ef7a)) by Marc Jovaní González

### 🐛 Bug Fixes

* **app**: stop checking when appLoad is finished ([fc0d0bf](fc0d0bf)) by Marc Jovaní González

**Full Changelog**: v1.3.0...v1.3.1
  • Loading branch information
romantic-release-bot committed Nov 24, 2024
1 parent c569d6e commit 3323950
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playsetonline/source",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"private": true,
"scripts": {
Expand Down

0 comments on commit 3323950

Please sign in to comment.