We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61241a commit 0e4d936Copy full SHA for 0e4d936
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
17
## [4.3.0] - 2023-08-12
18
19
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mindustry-schematic-parser",
3
- "version": "4.3.0",
+ "version": "4.3.1",
4
"description": "A simple api to parse mindustry schematics",
5
"types": "dist/types/index.d.ts",
6
"scripts": {
0 commit comments