Skip to content

Commit

Permalink
chore(release): 3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
samalexander committed Mar 16, 2023
1 parent fd17d3d commit f38d44c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.13](https://github.com/samalexander/three-csg-ts/compare/v3.1.12...v3.1.13) (2023-03-16)


### Bug Fixes

* Fix indexing error at CSG obtainment from Geometry ([#58](https://github.com/samalexander/three-csg-ts/issues/58)) ([fd17d3d](https://github.com/samalexander/three-csg-ts/commit/fd17d3df2b60bea9e8fbb1da62ae159c782b5632))

### [3.1.12](https://github.com/samalexander/three-csg-ts/compare/v3.1.11...v3.1.12) (2023-03-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three-csg-ts",
"version": "3.1.12",
"version": "3.1.13",
"description": "CSG library for use with THREE.js",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit f38d44c

Please sign in to comment.