We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f670fb commit 5d82209Copy full SHA for 5d82209
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [4.3.2] - 2024-09-29
11
+
12
+### Misc
13
14
+- The package is now distributed under the MIT license.
15
16
## [4.3.1] - 2023-11-07
17
18
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mindustry-schematic-parser",
3
- "version": "4.3.1",
+ "version": "4.3.2",
4
"description": "A simple api to parse mindustry schematics",
5
"types": "dist/types/index.d.ts",
6
"scripts": {
0 commit comments