jssm 5.70.32 → 5.70.33
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 +17 -19
- package/dist/es6/version.js +1 -1
- package/dist/jssm.es5.cjs.js +1 -1
- package/dist/jssm.es5.iife.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
911 merges; 109 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -18,6 +18,21 @@ Published tags:
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [Untagged] - 6/18/2022 8:48:07 PM
|
|
26
|
+
|
|
27
|
+
Commit [8115e8b62d8ac1cff3c7eb07afabced097f1be42](https://github.com/StoneCypher/jssm/commit/8115e8b62d8ac1cff3c7eb07afabced097f1be42)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* yet another small commit as a trigger, this time to get the extended diff
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -166,21 +181,4 @@ Commit [5c39bf1ecfa91af74794b153181c13823ca60806](https://github.com/StoneCypher
|
|
|
166
181
|
|
|
167
182
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
168
183
|
|
|
169
|
-
* more trivial docs for build triggers
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<a name="5__70__22" />
|
|
179
|
-
|
|
180
|
-
## [5.70.22] - 6/17/2022 11:16:45 PM
|
|
181
|
-
|
|
182
|
-
Commit [2d23c3b2fcd31e6a6e9d1744b24cb688f344efb5](https://github.com/StoneCypher/jssm/commit/2d23c3b2fcd31e6a6e9d1744b24cb688f344efb5)
|
|
183
|
-
|
|
184
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
185
|
-
|
|
186
|
-
* Trigger another build through specious doc updates
|
|
184
|
+
* more trivial docs for build triggers
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.33";
|
|
2
2
|
export { version };
|