@quenty/loader 6.0.1 → 6.1.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.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -2
- package/package.json +2 -2
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
|
+
# [6.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/loader@6.0.1...@quenty/loader@6.1.0) (2023-02-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @quenty/loader
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [6.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/loader@6.0.0...@quenty/loader@6.0.1) (2022-11-04)
|
|
7
15
|
|
|
8
16
|
|
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ A simple module loader for Roblox
|
|
|
18
18
|
npm install @quenty/loader --save
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/
|
|
21
|
+
<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/Loader">View docs →</a></div>
|
|
22
22
|
|
|
23
23
|
## Installation with NPM
|
|
24
24
|
|
|
@@ -83,4 +83,4 @@ We will
|
|
|
83
83
|
A
|
|
84
84
|
B C
|
|
85
85
|
Maid1 Other Maid2
|
|
86
|
-
```
|
|
86
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/loader",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.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": "
|
|
29
|
+
"gitHead": "e084b0cc097ddbcb7c782b8ecbd9c2d619c49354"
|
|
30
30
|
}
|