Skip to content

Commit cf279b3

Browse files
committed
v4.3.0
1 parent 275872f commit cf279b3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.3.0] - 2023-08-12
11+
1012
### Added
1113

1214
- Added support for decoding more types of schematic tile configuration.
@@ -296,7 +298,8 @@ const {
296298

297299
- First release
298300

299-
[Unreleased]: https://github.com/JeanJPNM/mindustry-schematic-parser/compare/v4.2.2...HEAD
301+
[Unreleased]: https://github.com/JeanJPNM/mindustry-schematic-parser/compare/v4.3.0...HEAD
302+
[4.3.0]: https://github.com/JeanJPNM/mindustry-schematic-parser/compare/v4.2.2...v4.3.0
300303
[4.2.2]: https://github.com/JeanJPNM/mindustry-schematic-parser/compare/v4.2.1...v4.2.2
301304
[4.2.1]: https://github.com/JeanJPNM/mindustry-schematic-parser/compare/v4.2.0...v4.2.1
302305
[4.2.0]: https://github.com/JeanJPNM/mindustry-schematic-parser/compare/v4.1.7...v4.2.0

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.2.2",
3+
"version": "4.3.0",
44
"description": "A simple api to parse mindustry schematics",
55
"types": "dist/types/index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)