Skip to content

Commit 5edfa55

Browse files
authored
chore(release): version update 1.1.0 (#9)
1 parent 049b71d commit 5edfa55

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 1.1.0
4+
- fix: fix a memory leak issue on Model.removeFromScene() API ([#7](https://github.com/amzn/lib-3d-scene-viewer/pull/7))
5+
- ci: add husky and commitlint for checking git commit messages ([#8](https://github.com/amzn/lib-3d-scene-viewer/pull/8))
6+
- chore(deps): bump up BabylonJS version 7.49.0 ([#6](https://github.com/amzn/lib-3d-scene-viewer/pull/6))
7+
38
## 1.0.1
49
- Updated the preset lighting in V3D_CONFIG
510
- Added keywords to package.json

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": "@amazon/lib-3d-scene-viewer",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "This package provides preset configurations for quickly setting up a 3D scene viewer.",
55
"scripts": {
66
"build": "rimraf dist && npm run lint && tsc -b tsconfig.json && npm run copy-files",

0 commit comments

Comments
 (0)