jssm 5.70.28 → 5.70.29
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
|
+
907 merges; 104 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:21:21 AM
|
|
26
|
+
|
|
27
|
+
Commit [9a95a6b865b1d517859c45f0b525bbebed6af5e3](https://github.com/StoneCypher/jssm/commit/9a95a6b865b1d517859c45f0b525bbebed6af5e3)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* Believed to be final triggering build
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -162,21 +177,4 @@ Commit [56ff662bbcdd138c2f8631ff427b921816b0a5f6](https://github.com/StoneCypher
|
|
|
162
177
|
|
|
163
178
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
164
179
|
|
|
165
|
-
* more docs
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
<a name="5__70__19" />
|
|
175
|
-
|
|
176
|
-
## [5.70.19] - 6/14/2022 10:17:50 PM
|
|
177
|
-
|
|
178
|
-
Commit [3e9590c7bf93bc04bb474870c6bdd3910b08494d](https://github.com/StoneCypher/jssm/commit/3e9590c7bf93bc04bb474870c6bdd3910b08494d)
|
|
179
|
-
|
|
180
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
181
|
-
|
|
182
|
-
* more doc stuffs
|
|
180
|
+
* more docs
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.29";
|
|
2
2
|
export { version };
|