jssm 5.70.12 → 5.70.13
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
|
+
915 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 10:25:34 PM
|
|
26
|
+
|
|
27
|
+
Commit [0fe3acc4e95251cc359778779af4f114c36442db](https://github.com/StoneCypher/jssm/commit/0fe3acc4e95251cc359778779af4f114c36442db)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* small doc adds to trigger remote matrix build
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -148,24 +163,4 @@ Commit [f95e2d836dec42e93031a09260447bf1c60c2643](https://github.com/StoneCypher
|
|
|
148
163
|
|
|
149
164
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
150
165
|
|
|
151
|
-
* reattempting upgrade path, should fail due to no version bump
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
<a name="5__70__3" />
|
|
161
|
-
|
|
162
|
-
## [5.70.3] - 6/9/2022 8:29:39 PM
|
|
163
|
-
|
|
164
|
-
Commit [9da2770dc47d3c2e99b9b95a56f1ae447d7ee2b7](https://github.com/StoneCypher/jssm/commit/9da2770dc47d3c2e99b9b95a56f1ae447d7ee2b7)
|
|
165
|
-
|
|
166
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
167
|
-
|
|
168
|
-
Merges [c48f55d, ab559f1]
|
|
169
|
-
|
|
170
|
-
* Merge pull request #497 from StoneCypher/LanguageReference
|
|
171
|
-
* More doc stubs, see StoneCypher/fsl#831, see StoneCypher/fsl#832, see StoneCypher/fsl#835, see StoneCypher/fsl#836, see StoneCypher/fsl#837
|
|
166
|
+
* reattempting upgrade path, should fail due to no version bump
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.13";
|
|
2
2
|
export { version };
|