jssm 5.70.10 → 5.70.11
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 -22
- 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
|
+
913 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:43:13 PM
|
|
26
|
+
|
|
27
|
+
Commit [ed49199ea740b7716ca13f5ca81d40fbcac52c18](https://github.com/StoneCypher/jssm/commit/ed49199ea740b7716ca13f5ca81d40fbcac52c18)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* Let's see if env.TAG is still there by the next machine or if we have to define it anew
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -155,24 +170,4 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
155
170
|
|
|
156
171
|
Merges [a0db9ad, c48f55d]
|
|
157
172
|
|
|
158
|
-
* Get the basics of a reference started
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
<a name="5__70__2" />
|
|
168
|
-
|
|
169
|
-
## [5.70.2] - 6/8/2022 8:43:12 PM
|
|
170
|
-
|
|
171
|
-
Commit [c48f55d02b6b52c57bf494549423df60f45bb393](https://github.com/StoneCypher/jssm/commit/c48f55d02b6b52c57bf494549423df60f45bb393)
|
|
172
|
-
|
|
173
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
174
|
-
|
|
175
|
-
Merges [e7a09e7, 575db4a]
|
|
176
|
-
|
|
177
|
-
* Merge pull request #500 from StoneCypher/AttemptInterRepoGhaThroughCurl2
|
|
178
|
-
* yet another attempt to chain
|
|
173
|
+
* Get the basics of a reference started
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.11";
|
|
2
2
|
export { version };
|