Skip to content

Commit a663c62

Browse files
committed
bump versions to 2.4.1
1 parent b2e3bbe commit a663c62

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
[workspace.package]
1111
authors = ["timzaak <[email protected]>"]
1212
edition = "2021"
13-
version = "2.4.2"
13+
version = "2.4.1"
1414

1515
[workspace.dependencies]
1616
anyhow = { version = "1.0", features = ["backtrace"] }

docs/develop/change-log.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Change Log
2-
### Version 2.4.2
3-
- bump deps version.
42

53
### Version 2.4.1
64
- spa-server: `cors` value bool to array string.
5+
- bump deps version.
76

87
### Version 2.4.0
98

jsclient/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.

jsclient/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spa-client",
3-
"version": "2.4.2",
3+
"version": "2.4.1",
44
"description": "js client for spa-server",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)