diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d428e9..4aa5aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.11.0 +* @akashic/amflowのmajor更新と@akashic/playlogのminor更新に伴うバージョンアップ + ## 1.10.1 * シェーダの `uniform.value` で `Float32Array` が取得できない問題を修正 diff --git a/package.json b/package.json index 936c891..176eb23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@akashic/pdi-browser", - "version": "1.10.1", + "version": "1.11.0", "description": "An akashic-pdi implementatation for Web browsers", "main": "index.js", "typings": "lib/full/index.d.ts", @@ -40,9 +40,9 @@ "index.js" ], "devDependencies": { - "@akashic/akashic-pdi": "~2.9.0", - "@akashic/amflow": "~2.0.0", - "@akashic/playlog": "~3.0.0", + "@akashic/akashic-pdi": "~2.10.0", + "@akashic/amflow": "~3.0.0", + "@akashic/playlog": "~3.1.0", "@types/node": "12.12.50", "browserify": "16.5.1", "cpx": "1.5.0",