diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5714a..69f1332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [3.2.0](https://github.com/samalexander/three-csg-ts/compare/v3.1.14...v3.2.0) (2024-05-28) + + +### Features + +* fix for TypedArray added in r154 ([07fc9de](https://github.com/samalexander/three-csg-ts/commit/07fc9de2cfe256cb0b12282b662ecd5129878311)) + ### [3.1.14](https://github.com/samalexander/three-csg-ts/compare/v3.1.13...v3.1.14) (2024-02-29) diff --git a/package-lock.json b/package-lock.json index f364d7d..795748a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "three-csg-ts", - "version": "3.1.14", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "three-csg-ts", - "version": "3.1.14", + "version": "3.2.0", "license": "MIT", "devDependencies": { "@types/jest": "^27.0.1", diff --git a/package.json b/package.json index 8c27a17..4db4758 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "three-csg-ts", - "version": "3.1.14", + "version": "3.2.0", "description": "CSG library for use with THREE.js", "main": "lib/cjs/index.js", "module": "lib/esm/index.js",