Skip to content

Commit 325fa76

Browse files
committed
Update CHANGELOG and wally v, fix teststring url
1 parent eb10e23 commit 325fa76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## version 0.4.1
5+
## [version 0.4.1](https://github.com/ffrostflame/BridgeNet2/releases/tag/v0.4.1): 6/11/2023
66

77
### **Fixes**
88

release.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ readFile("CHANGELOG.md", (err, contents) => {
144144
})
145145
.then((response) => {
146146
changelogString.replace(
147-
`version ${versionString}`,
148-
`[version ${versionString}](${response.data.url})`
147+
`testurl`,
148+
response.data.url
149149
);
150150
writeFile("CHANGELOG.md", changelogString, (err) => {
151151
if (err) {

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ffrostflame/bridgenet2"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
registry = "https://github.com/UpliftGames/wally-index"
55
realm = "shared"
66
description = "The successor to BridgeNet, BridgeNet2 is a blazing-fast networking library designed for scale and performance."

0 commit comments

Comments
 (0)