Skip to content

Commit 0e4d936

Browse files
committed
v4.3.1
1 parent b61241a commit 0e4d936

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.3.1] - 2023-11-07
11+
12+
### Fixed
13+
14+
- Fixed `types` field missing on the package.json `exports`.
15+
- Fixed the package breaking some web bundler builds.
16+
1017
## [4.3.0] - 2023-08-12
1118

1219
### Added

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

0 commit comments

Comments
 (0)