reciple 1.1.5 → 1.1.6

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 +3 -66
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,71 +1,8 @@
1
- #### 1.1.4 (2022-05-21)
2
-
3
- ##### New Features
4
-
5
- * **version.ts:** Version checking functions (491b97b2)
6
- * **registerinteractions:** You can now overwrite guilds in register interactions (422fe8ad)
1
+ #### 1.1.5 (2022-05-21)
7
2
 
8
3
  ##### Bug Fixes
9
4
 
10
- * **modules:** fix module loading version check (c3c2ad94)
11
- * **versions:** Fixed checking supported version (4220ea96)
12
- * **scripts:** Fixed changelog when deleting non existing file (cafdfe47)
13
-
14
- ##### Other Changes
15
-
16
- * **changelog:** Don't delete current changelog (29c49362)
17
- * **dependencies:** Updated dev dependency (8b4a131c)
18
-
19
- ##### Refactors
20
-
21
- * **versions:** supported versions made backwards compatible (addf514a)
22
- * **modules:** Check if module is supported (d79fbd49)
23
- * **Config.ts:** Checks if version is supported (83bae35b)
24
- * **modules.ts:** import default when available (cdad52e9)
25
- * **ignoredfiles:** Ignore rmm files (55760c0e)
26
-
27
- #### 1.1.4 (2022-05-21)
28
-
29
- ##### New Features
30
-
31
- * **version.ts:** Version checking functions (491b97b2)
32
- * **registerinteractions:** You can now overwrite guilds in register interactions (422fe8ad)
33
-
34
- ##### Bug Fixes
35
-
36
- * **modules:** fix module loading version check (c3c2ad94)
37
- * **versions:** Fixed checking supported version (4220ea96)
38
- * **scripts:** Fixed changelog when deleting non existing file (cafdfe47)
39
-
40
- ##### Other Changes
41
-
42
- * **changelog:** Don't delete current changelog (29c49362)
43
- * **dependencies:** Updated dev dependency (8b4a131c)
44
-
45
- ##### Refactors
46
-
47
- * **modules:** Check if module is supported (d79fbd49)
48
- * **Config.ts:** Checks if version is supported (83bae35b)
49
- * **modules.ts:** import default when available (cdad52e9)
50
- * **ignoredfiles:** Ignore rmm files (55760c0e)
51
-
52
- #### 1.1.4 (2022-05-20)
53
-
54
- ##### New Features
55
-
56
- * **version.ts:** Version checking functions (491b97b2)
57
- * **registerinteractions:** You can now overwrite guilds in register interactions (422fe8ad)
58
-
59
- ##### Bug Fixes
60
-
61
- * **scripts:** Fixed changelog when deleting non existing file (cafdfe47)
62
-
63
- ##### Other Changes
64
-
65
- * **dependencies:** Updated dev dependency (8b4a131c)
66
-
67
- ##### Refactors
5
+ * **interactionCommands:** Interaction commands error (55a29d74)
68
6
 
69
- * **modules.ts:** import default when available (cdad52e9)
70
- * **ignoredfiles:** Ignore rmm files (55760c0e)
7
+ #### 1.1.5 (2022-05-21)
71
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reciple",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "A Discord.js bot",
5
5
  "author": "FalloutStudios",
6
6
  "license": "GPL-3.0",