From e6477e0aba3207461a487789bb92c89ac4e6ce64 Mon Sep 17 00:00:00 2001 From: Josh <37798644+joshuaellis@users.noreply.github.com> Date: Sat, 8 May 2021 23:29:08 +0100 Subject: [PATCH] BREAKING_CHANGES: r128 --- .gitignore | 3 ++- types/three/index.d.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5f89b2783..90a01da88 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ yarn-debug.log* yarn-error.log* lerna-debug.log* -*.tgz \ No newline at end of file +*.tgz +.DS_Store diff --git a/types/three/index.d.ts b/types/three/index.d.ts index 4aeda2978..e479750a1 100644 --- a/types/three/index.d.ts +++ b/types/three/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for three 0.127 +// Type definitions for three 0.128 // Project: https://threejs.org/ // Definitions by: Josh Ellis // Nathan Bierema