Skip to content

Commit

Permalink
chore(release): version update 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Deyang-Dai committed Dec 23, 2024
1 parent 0044670 commit 59cfa1c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.1
- Updated the preset lighting in V3D_CONFIG
- Added keywords to package.json
- Updated README.md

## 1.0.0
- BabylonJS version: [`7.34.2`](https://github.com/BabylonJS/Babylon.js/releases/tag/7.34.2)
- Initialized the repository
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.

10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amazon/lib-3d-scene-viewer",
"version": "1.0.0",
"version": "1.0.1",
"description": "This package provides preset configurations for quickly setting up a 3D scene viewer.",
"scripts": {
"build": "rimraf dist && npm run lint && tsc -b tsconfig.json && npm run copy-files",
Expand All @@ -22,6 +22,14 @@
"type": "git",
"url": "https://github.com/amzn/lib-3d-scene-viewer"
},
"keywords": [
"3d",
"webgl",
"webgl2",
"javascript",
"canvas",
"amazon"
],
"files": [
"**/*.js",
"**/*.d.ts",
Expand Down

0 comments on commit 59cfa1c

Please sign in to comment.