Skip to content

Commit

Permalink
v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanJPNM committed Nov 7, 2023
1 parent b61241a commit 0e4d936
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.3.1] - 2023-11-07

### Fixed

- Fixed `types` field missing on the package.json `exports`.
- Fixed the package breaking some web bundler builds.

## [4.3.0] - 2023-08-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mindustry-schematic-parser",
"version": "4.3.0",
"version": "4.3.1",
"description": "A simple api to parse mindustry schematics",
"types": "dist/types/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 0e4d936

Please sign in to comment.