@quenty/loader 10.4.1-canary.503.09c816c.0 → 10.6.0

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 +12 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,13 +3,12 @@
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.4.1-canary.503.09c816c.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/loader@10.4.0...@quenty/loader@10.4.1-canary.503.09c816c.0) (2024-10-04)
6
+ # [10.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/loader@10.5.0...@quenty/loader@10.6.0) (2024-10-04)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
11
  * Maid:Add reports the correct method name in error ([3d31b0d](https://github.com/Quenty/NevermoreEngine/commit/3d31b0d5c6aa7c3bf280e102b1b37a3219ef2dba))
12
- * Rename `:sub()` to `string.sub` ([6874e06](https://github.com/Quenty/NevermoreEngine/commit/6874e06e456d7094a2d7f25a3a7b24a40d77fe3c))
13
12
 
14
13
 
15
14
  ### Performance Improvements
@@ -20,6 +19,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
20
19
 
21
20
 
22
21
 
22
+ # [10.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/loader@10.4.0...@quenty/loader@10.5.0) (2024-09-25)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * Rename `:sub()` to `string.sub` ([6874e06](https://github.com/Quenty/NevermoreEngine/commit/6874e06e456d7094a2d7f25a3a7b24a40d77fe3c))
28
+
29
+
30
+
31
+
32
+
23
33
  # [10.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/loader@10.3.0...@quenty/loader@10.4.0) (2024-09-12)
24
34
 
25
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/loader",
3
- "version": "10.4.1-canary.503.09c816c.0",
3
+ "version": "10.6.0",
4
4
  "description": "A simple module loader for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "09c816cc494415417925bb4c0b02cacae579a676"
29
+ "gitHead": "035abfa088c854a73e1c65b350267eaa17669646"
30
30
  }