Skip to content

Commit

Permalink
Release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
OverHash committed Jun 26, 2020
1 parent 3ab9a9d commit 356d73d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion RotatedRegion3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ const parts = myRegion.FindPartsInRegion3();
parts.forEach(part => {
print(`${part.Name} was inside the region!`)
});
```
```

## Changelog
### Unreleased

### 1.0.7
- Fixed imports not working correct, see [https://github.com/OverHash/Roblox-TS-Libraries/issues/1](1)
2 changes: 1 addition & 1 deletion RotatedRegion3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/rotatedregion3",
"version": "1.0.6",
"version": "1.0.7",
"description": "A port of EgoMoose's Rotated Region 3 module.",
"main": "init.lua",
"types": "index.d.ts",
Expand Down

0 comments on commit 356d73d

Please sign in to comment.