Skip to content

Commit

Permalink
Merge pull request #17 from threlte/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
michealparks authored Feb 9, 2024
2 parents 9310db4 + bc09b04 commit 7efcfca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-pugs-hunt.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.4

### Patch Changes

- 11df0e0: Add /vanilla export

## 0.4.3

### Patch Changes
Expand Down Expand Up @@ -31,10 +37,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.3",
"version": "0.4.4",
"type": "module",
"files": [
"dist",
Expand Down

0 comments on commit 7efcfca

Please sign in to comment.