diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..623e982 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ + + +## 1.0.0 (2023-01-31) + + +### Features + +* add gltf loader ([7ff8536](https://github.com/angular-threejs/soba/commit/7ff853622a7ace5b4525c7f6d3eca1b0445c815f)) +* add orbit controls ([f1d1821](https://github.com/angular-threejs/soba/commit/f1d1821f38b54b2a371d62947fbfef06be71f0ce)) +* add plugin ([d7aeb5f](https://github.com/angular-threejs/soba/commit/d7aeb5f2d8a162412790ee582835f788b165e7ad)) +* add soba ([f298c70](https://github.com/angular-threejs/soba/commit/f298c7028b31a1df2d1a920b44b1b7db7985726d)) \ No newline at end of file diff --git a/libs/angular-three-soba/version.json b/libs/angular-three-soba/version.json index 1898fcb..b8bfb0c 100644 --- a/libs/angular-three-soba/version.json +++ b/libs/angular-three-soba/version.json @@ -1,3 +1,3 @@ { - "version": "0.0.1" + "version": "1.0.0" }