Skip to content

Commit b3f73fa

Browse files
chore(main): release 1.3.0 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d3f601 commit b3f73fa

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/IFCjs/fragment/compare/v1.2.0...v1.3.0) (2023-12-30)
4+
5+
6+
### Features
7+
8+
* create binary parser for streamed geometry ([65de359](https://github.com/IFCjs/fragment/commit/65de3590e7992434de5a5725305b571c8e7b787c))
9+
10+
11+
### Bug Fixes
12+
13+
* add geometry id after start creating geometry ([9d3f601](https://github.com/IFCjs/fragment/commit/9d3f6011150970f97559f2ba6925df31a1bb2973))
14+
* make stream geometry id a string ([202197e](https://github.com/IFCjs/fragment/commit/202197e1328220020a18a7429295d9517eefd39f))
15+
* rename geometry id in flatbuffers ([72d668d](https://github.com/IFCjs/fragment/commit/72d668d6cec02b4e9d9e860ad5af4266378e3172))
16+
317
## [1.2.0](https://github.com/IFCjs/fragment/compare/v1.1.2...v1.2.0) (2023-12-03)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bim-fragment",
3-
"version": "1.2.6",
3+
"version": "1.3.0",
44
"description": "3D BIM Geometry API",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)