Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 7, 2024
1 parent 9d3f601 commit b3f73fa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.3.0](https://github.com/IFCjs/fragment/compare/v1.2.0...v1.3.0) (2023-12-30)


### Features

* create binary parser for streamed geometry ([65de359](https://github.com/IFCjs/fragment/commit/65de3590e7992434de5a5725305b571c8e7b787c))


### Bug Fixes

* add geometry id after start creating geometry ([9d3f601](https://github.com/IFCjs/fragment/commit/9d3f6011150970f97559f2ba6925df31a1bb2973))
* make stream geometry id a string ([202197e](https://github.com/IFCjs/fragment/commit/202197e1328220020a18a7429295d9517eefd39f))
* rename geometry id in flatbuffers ([72d668d](https://github.com/IFCjs/fragment/commit/72d668d6cec02b4e9d9e860ad5af4266378e3172))

## [1.2.0](https://github.com/IFCjs/fragment/compare/v1.1.2...v1.2.0) (2023-12-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bim-fragment",
"version": "1.2.6",
"version": "1.3.0",
"description": "3D BIM Geometry API",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit b3f73fa

Please sign in to comment.