File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" : {
6363 },
6464 "homepage" : " https://github.com/JeanJPNM/mindustry-schematic-parser#readme"
6565}
66+
You can’t perform that action at this time.
0 commit comments