Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [v3.0.0](v2.0.0...v3.0.0) (2023-02-11)

## ✨ New Features
- [`dea450a`](dea450a)  feat: Custom center of mass
- [`80f3525`](80f3525)  feat(towing): Add sample prefab
- [`537bb0d`](537bb0d)  feat: Add CenterOfMass
- [`269be31`](269be31)  feat(towing): New Hand Pusher and new fake mass response
- [`04c150c`](04c150c)  feat(towing): Remote Pusher
- [`127e926`](127e926)  feat(towing): Towing Rope
- [`256a2d3`](256a2d3)  feat(towing): Add option to proviede steering targets
- [`a4b987d`](a4b987d)  feat: Get out by Jump in VR
- [`349ee78`](349ee78)  feat(towing): Try connect on instance start
- [`6de3a1e`](6de3a1e)  feat(core): Add local event to enter seat

## 🐛 Bug Fixes
- [`5bbb15a`](5bbb15a)  fix: Fix wheel animation
- [`7ceb1e2`](7ceb1e2)  fix(towing): Fix Towing Joint
- [`668b709`](668b709)  fix: Fix package.json
- [`f29b82b`](f29b82b)  fix: Fix sample prefab
- [`68db0c1`](68db0c1)  fix: Fix wheel visual positions
- [`b5237e7`](b5237e7)  fix(towing): Fix owner transfer
- [`aa9149c`](aa9149c)  fix(towing): Revert steer angle calculation
- [`81c01eb`](81c01eb)  fix(editor): Fix inspector
- [`44109ab`](44109ab)  fix(core): Fix inspector
- [`3a5365b`](3a5365b)  fix: Upgrade prefab

## 💥 Breaking Changes
- [`88b5e25`](88b5e25)  feat!: VPM Support
- [`8a34577`](8a34577)  feat!: New custom editor,  editor components removed
- [`fef79c6`](fef79c6)  feat!: U# 1.0
- [`58308cf`](58308cf)  feat!: Use U#1.0 features
  • Loading branch information
semantic-release-bot committed Feb 11, 2023
1 parent 6c6e638 commit 24b0d16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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,7 +1,7 @@
{
"name": "com.nekometer.esnya.udon-simple-cars-packages",
"displayName": "Udon Simple Cars",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"private": true,
"description": "Just a simple driver of WheelCollider(s) for VRChat Udon worlds. But synced and configurable without codes.",
"homepage": "https://github.com/esnya/UdonSimpleCars#readme",
Expand Down

0 comments on commit 24b0d16

Please sign in to comment.