Skip to content

Commit 6a00289

Browse files
chore(release): 3.13.1
## [3.13.1](3.13.0...3.13.1) (2024-05-29) ### Bug Fixes * Fix issues in the build and release process. ([df7e5c5](df7e5c5)) * Moved to Node 16, and removed node-sass to make the build work ([d3c5534](d3c5534))
1 parent 0cdf01f commit 6a00289

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.13.1](https://github.com/Thorium-Sim/thorium/compare/3.13.0...3.13.1) (2024-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix issues in the build and release process. ([df7e5c5](https://github.com/Thorium-Sim/thorium/commit/df7e5c5ae6709de0f4bb925ef2cb3c8b8f02d010))
7+
* Moved to Node 16, and removed node-sass to make the build work ([d3c5534](https://github.com/Thorium-Sim/thorium/commit/d3c5534fab568da9934e9ad61f0630e2ed998a58))
8+
19
# [3.13.0](https://github.com/Thorium-Sim/thorium/compare/3.12.1...3.13.0) (2024-05-27)
210

311

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thorium",
3-
"version": "3.13.0",
3+
"version": "3.13.1",
44
"description": "Starship Simulator Controls",
55
"private": true,
66
"repository": {
@@ -385,8 +385,6 @@
385385
"param-case": "3.0.3",
386386
"@babel/preset-env": "^7.8.7"
387387
},
388-
"volta": {
389-
"node": "16.20.2"
390-
},
388+
"volta": { "node": "16.20.2" },
391389
"packageManager": "[email protected]"
392390
}

0 commit comments

Comments
 (0)