Skip to content

Commit

Permalink
chore(release): 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed Jan 15, 2024
1 parent 343f023 commit 32adb73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions projects/atft/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.6.5](https://github.com/makimenko/angular-template-for-threejs/compare/v1.6.4...v1.6.5) (2024-01-15)


### Bug Fixes

* Add reset() method to AbstractOrbitControls [#446](https://github.com/makimenko/angular-template-for-threejs/issues/446) ([426a23c](https://github.com/makimenko/angular-template-for-threejs/commit/426a23c91efac993fe62782915dd0e4f96f68cf0))
* linting ([4b3af4f](https://github.com/makimenko/angular-template-for-threejs/commit/4b3af4f55e4faf1c34172a6d0ba31e841f35dee6))
* Typo in hightSegments property [#447](https://github.com/makimenko/angular-template-for-threejs/issues/447) ([214eb87](https://github.com/makimenko/angular-template-for-threejs/commit/214eb87860a5ed6d5a6d3d64720931a9c6cae5df))
* Upgrade to threejs 0.160 ([343f023](https://github.com/makimenko/angular-template-for-threejs/commit/343f023245207f814ea2ebf43887c6ddc4362468))

### [1.6.4](https://github.com/makimenko/angular-template-for-threejs/compare/v1.6.3...v1.6.4) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion projects/atft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atft",
"version": "1.6.4",
"version": "1.6.5",
"description": "Ready-to-use Angular components for Three.js, see https://makimenko.github.io/angular-template-for-threejs/.",
"keywords": [
"threejs",
Expand Down

0 comments on commit 32adb73

Please sign in to comment.