Skip to content

Commit 4c4c43b

Browse files
committed
chore: release 1.3.1
1 parent 8e38b47 commit 4c4c43b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.3.1](https://github.com/QSPFoundation/qspider/compare/v1.3.0...v1.3.1) (2024-10-04)
6+
7+
### Bug Fixes
8+
9+
- fix game launch in windows ([c687e34](https://github.com/QSPFoundation/qspider/commit/c687e3403b114b9cd508c402fd349dcd54a88314))
10+
- fix url processing ([8e38b47](https://github.com/QSPFoundation/qspider/commit/8e38b47ba237912974be87e6532c4c819bd7a284))
11+
512
## [1.3.0](https://github.com/QSPFoundation/qspider/compare/v1.2.0...v1.3.0) (2024-09-29)
613

714
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qspider",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"license": "MIT",
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qspider"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "qSpider - player for QSP games"
55
authors = [ "srg.kostyrko@gmail.com" ]
66
license = "MIT"

0 commit comments

Comments
 (0)