Skip to content

Commit 2593365

Browse files
committed
v1.5.6
1 parent 51ce362 commit 2593365

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Logs
22

3-
## 1.5.5
3+
## 1.5.6
44

55
1. `SkeletalMeshComponent`暴露了骨架`skeleton`
66

Hilo3d

Submodule Hilo3d updated 1 file

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seinjs",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "Modern game engine.",
55
"main": "lib/seinjs.js",
66
"module": "lib/seinjs.es.js",

rollup.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ const commonPlugins = [
125125
'Vector3',
126126
'Vector3Notifier',
127127
'Vector4',
128-
'SphericalHarmonics3'
128+
'SphericalHarmonics3',
129+
'Skeleton'
129130
]
130131
}
131132
})

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @Date : 2018-7-28 13:54:12
55
* @Description:
66
*/
7-
export const version = '1.5.5';
7+
export const version = '1.5.6';
88
export const author = 'Tianyu Dai <[email protected]>';
99

1010
/* tslint:disable-line */

0 commit comments

Comments
 (0)