@quenty/getgroundplane 10.9.0 → 10.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.9.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/getgroundplane@10.9.0...@quenty/getgroundplane@10.9.1) (2026-01-03)
7
+
8
+ **Note:** Version bump only for package @quenty/getgroundplane
9
+
10
+
11
+
12
+
13
+
6
14
  # [10.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/getgroundplane@10.8.3...@quenty/getgroundplane@10.9.0) (2025-05-10)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/getgroundplane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/getgroundplane",
3
- "version": "10.9.0",
3
+ "version": "10.9.1",
4
4
  "description": "Function that uses raycasting to determine the groundplane in Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,7 +25,7 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/loader": "^10.9.0"
28
+ "@quenty/loader": "^10.9.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@quenty/loader": "file:../loader"
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "20cff952c2cf06b959f2f11d2293bdef38acc604"
36
+ "gitHead": "44e41814ddc3c14c3879320a10ed2d8e88103a4c"
37
37
  }