jssm 5.70.11 → 5.70.12
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
|
+
914 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:50:31 PM
|
|
26
|
+
|
|
27
|
+
Commit [c74103eacaf6b256157c29805d36589f1058dbfb](https://github.com/StoneCypher/jssm/commit/c74103eacaf6b256157c29805d36589f1058dbfb)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* okay, re-fetch the codebase and re-establish the tag, I guess
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -153,21 +168,4 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
153
168
|
Merges [c48f55d, ab559f1]
|
|
154
169
|
|
|
155
170
|
* Merge pull request #497 from StoneCypher/LanguageReference
|
|
156
|
-
* More doc stubs, see StoneCypher/fsl#831, see StoneCypher/fsl#832, see StoneCypher/fsl#835, see StoneCypher/fsl#836, see StoneCypher/fsl#837
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
## [Untagged] - 6/9/2022 8:15:26 PM
|
|
166
|
-
|
|
167
|
-
Commit [ab559f18da3ee21500a34aa99d23c0433ea0e226](https://github.com/StoneCypher/jssm/commit/ab559f18da3ee21500a34aa99d23c0433ea0e226)
|
|
168
|
-
|
|
169
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
170
|
-
|
|
171
|
-
Merges [a0db9ad, c48f55d]
|
|
172
|
-
|
|
173
|
-
* Get the basics of a reference started
|
|
171
|
+
* More doc stubs, see StoneCypher/fsl#831, see StoneCypher/fsl#832, see StoneCypher/fsl#835, see StoneCypher/fsl#836, see StoneCypher/fsl#837
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.70.
|
|
1
|
+
const version = "5.70.12";
|
|
2
2
|
export { version };
|