Skip to content

Commit

Permalink
Merge pull request #13 from threlte/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
michealparks authored Jan 14, 2024
2 parents c0376de + 046bb92 commit 4d528a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-walls-promise.md

This file was deleted.

12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# three-inspect

## 0.4.3

### Patch Changes

- 2803c98: Fix exports for vanilla projects

## 0.4.2

### Patch Changes
Expand All @@ -25,10 +31,10 @@
Adding the inspector for Vanilla environments has changed:

```ts
import { createInspector } from 'three-inspect'
import { createInspector } from "three-inspect";

const inspector = createInspector({ scene, camera, renderer })
const inspector = createInspector({ scene, camera, renderer });

// When you're finished with the inspector...
inspector.dispose()
inspector.dispose();
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three-inspect",
"version": "0.4.2",
"version": "0.4.3",
"type": "module",
"files": [
"dist",
Expand Down

0 comments on commit 4d528a6

Please sign in to comment.