Skip to content

Commit

Permalink
chore(main): release 3.2.0 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 2, 2022
1 parent 365e8ae commit bbc10ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.2.0](https://github.com/donkeyclip/motorcortex-threejs/compare/v3.1.1...v3.2.0) (2022-05-02)


### Features

* bump dependencies and remove unused ones ([89bffc1](https://github.com/donkeyclip/motorcortex-threejs/commit/89bffc113a31075954cd0aa66f5530d3e128cf48))


### Bug Fixes

* drop broken import of stats ([5e15380](https://github.com/donkeyclip/motorcortex-threejs/commit/5e15380971d34f414eba0f0fcf48685d7396aedb))

### [3.1.1](https://github.com/donkeyclip/motorcortex-threejs/compare/v3.1.0...v3.1.1) (2022-04-19)


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": "@donkeyclip/motorcortex-threejs",
"version": "3.1.1",
"version": "3.2.0",
"description": "Threejs library for MotorCortex",
"main": "dist/motorcortex-threejs.cjs.js",
"module": "dist/motorcortex-threejs.esm.js",
Expand Down

0 comments on commit bbc10ba

Please sign in to comment.