Skip to content

Commit fbbb6d8

Browse files
committed
chore(release): version update 1.1.2
1 parent caee57d commit fbbb6d8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 1.1.2
4+
- fix: fallback to full download on HTTP range request failure ([#13](https://github.com/amzn/lib-3d-scene-viewer/pull/13))
5+
- docs: lazy load @babylonjs/inspector ([#14](https://github.com/amzn/lib-3d-scene-viewer/pull/14))
6+
37
## 1.1.1
48
- ci: add a GitHub workflow to run continuous integration tests ([#10](https://github.com/amzn/lib-3d-scene-viewer/pull/10))
59
- docs: add sandbox to GitHub pages ([#11](https://github.com/amzn/lib-3d-scene-viewer/pull/11))

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.1.1",
3+
"version": "1.1.2",
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)