jssm 5.70.20 → 5.70.21
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
|
+
923 merges; 95 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/17/2022 6:08:07 AM
|
|
26
|
+
|
|
27
|
+
Commit [70be907be736a36d61efde959249923f47c6db64](https://github.com/StoneCypher/jssm/commit/70be907be736a36d61efde959249923f47c6db64)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* facile build to trigger an external push
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -160,21 +175,4 @@ Commit [c74103eacaf6b256157c29805d36589f1058dbfb](https://github.com/StoneCypher
|
|
|
160
175
|
|
|
161
176
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
162
177
|
|
|
163
|
-
* okay, re-fetch the codebase and re-establish the tag, I guess
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
<a name="5__70__10" />
|
|
173
|
-
|
|
174
|
-
## [5.70.10] - 6/10/2022 9:43:13 PM
|
|
175
|
-
|
|
176
|
-
Commit [ed49199ea740b7716ca13f5ca81d40fbcac52c18](https://github.com/StoneCypher/jssm/commit/ed49199ea740b7716ca13f5ca81d40fbcac52c18)
|
|
177
|
-
|
|
178
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
179
|
-
|
|
180
|
-
* Let's see if env.TAG is still there by the next machine or if we have to define it anew
|
|
178
|
+
* okay, re-fetch the codebase and re-establish the tag, I guess
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.21";
|
|
2
2
|
export { version };
|