Skip to content

Commit 5d82209

Browse files
committed
v4.3.2
1 parent 2f670fb commit 5d82209

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.3.2] - 2024-09-29
11+
12+
### Misc
13+
14+
- The package is now distributed under the MIT license.
15+
1016
## [4.3.1] - 2023-11-07
1117

1218
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mindustry-schematic-parser",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "A simple api to parse mindustry schematics",
55
"types": "dist/types/index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)