Skip to content

Commit a07e7ea

Browse files
authoredDec 6, 2023
Merge pull request #10 from abrman/changeset-release/master
Version Packages
2 parents 07dcb8e + ec35ef5 commit a07e7ea

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎.changeset/proud-coins-swim.md

-5
This file was deleted.

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# landxml
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- 6cafe85: Bugfix parsing landxml's without extra triangulated faces
8+
39
## 0.5.1
410

511
### Patch Changes

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landxml",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Parse LandXML surfaces on the modern web.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)
Please sign in to comment.