Skip to content

Commit 32ac85d

Browse files
committed
v4.2.1
1 parent 95ac3f1 commit 32ac85d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.2.1] - 2022-11-24
9+
10+
### Fixed
11+
12+
- Fixed constructor blocks not being parsed
13+
814
## [4.2.0] - 2022-11-14
915

1016
### Added
@@ -278,6 +284,7 @@ const {
278284

279285
- First release
280286

287+
[4.2.1]: https://github.com/JeanJPNM/mindustry-schematic-parser/compare/v4.2.0...v4.2.1
281288
[4.2.0]: https://github.com/JeanJPNM/mindustry-schematic-parser/compare/v4.1.7...v4.2.0
282289
[4.1.7]: https://github.com/JeanJPNM/mindustry-schematic-parser/compare/v4.1.6...v4.1.7
283290
[4.1.6]: https://github.com/JeanJPNM/mindustry-schematic-parser/compare/v4.1.5...v4.1.6

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mindustry-schematic-parser",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "A simple api to parse mindustry schematics",
55
"types": "dist/types/index.d.ts",
66
"scripts": {
@@ -63,3 +63,4 @@
6363
},
6464
"homepage": "https://github.com/JeanJPNM/mindustry-schematic-parser#readme"
6565
}
66+

0 commit comments

Comments
 (0)