jssm 5.70.9 → 5.70.10
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 +16 -16
- 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
|
+
912 merges; 82 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/10/2022 9:34:03 PM
|
|
26
|
+
|
|
27
|
+
Commit [34ef1e50580606e642dfc88cd34a4237dc0f7548](https://github.com/StoneCypher/jssm/commit/34ef1e50580606e642dfc88cd34a4237dc0f7548)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* Let's try double brace syntax for var env in GH CI
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -160,19 +175,4 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
160
175
|
Merges [e7a09e7, 575db4a]
|
|
161
176
|
|
|
162
177
|
* Merge pull request #500 from StoneCypher/AttemptInterRepoGhaThroughCurl2
|
|
163
|
-
* yet another attempt to chain
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## [Untagged] - 6/8/2022 7:57:47 PM
|
|
173
|
-
|
|
174
|
-
Commit [575db4a067c163829f33790538858b43c469ea55](https://github.com/StoneCypher/jssm/commit/575db4a067c163829f33790538858b43c469ea55)
|
|
175
|
-
|
|
176
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
177
|
-
|
|
178
178
|
* yet another attempt to chain
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.10";
|
|
2
2
|
export { version };
|