jssm 5.84.0 → 5.84.1

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- 1067 merges; 159 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
5
+ 1069 merges; 159 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
6
6
 
7
7
 
8
8
 
@@ -18,6 +18,39 @@ Published tags:
18
18
 
19
19
 
20
20
 
21
+  
22
+
23
+  
24
+
25
+ ## [Untagged] - 9/12/2022 7:41:49 AM
26
+
27
+ Commit [d4e619611a04f24b76ad783a9b0f34393e45840a](https://github.com/StoneCypher/jssm/commit/d4e619611a04f24b76ad783a9b0f34393e45840a)
28
+
29
+ Author: `John Haugeland <stonecypher@gmail.com>`
30
+
31
+ Merges [cdaa32e, 9193c2d]
32
+
33
+ * Merge pull request #535 from StoneCypher/RenameParserAlready
34
+ * Change parser name to fsl_parser, fixes StoneCypher/fsl#1201; another stab at Twitter
35
+
36
+
37
+
38
+
39
+ &nbsp;
40
+
41
+ &nbsp;
42
+
43
+ ## [Untagged] - 9/12/2022 7:35:32 AM
44
+
45
+ Commit [9193c2d1f27f1c80ed4a3bfb41e586f5da24179a](https://github.com/StoneCypher/jssm/commit/9193c2d1f27f1c80ed4a3bfb41e586f5da24179a)
46
+
47
+ Author: `John Haugeland <stonecypher@gmail.com>`
48
+
49
+ * Change parser name to fsl_parser, fixes StoneCypher/fsl#1201; another stab at Twitter
50
+
51
+
52
+
53
+
21
54
  &nbsp;
22
55
 
23
56
  &nbsp;
@@ -145,34 +178,4 @@ Commit [ead26fe40eeb115a87de151b6d91fc83e9aab2b9](https://github.com/StoneCypher
145
178
 
146
179
  Author: `John Haugeland <stonecypher@gmail.com>`
147
180
 
148
- * Needed a version bump
149
-
150
-
151
-
152
-
153
- &nbsp;
154
-
155
- &nbsp;
156
-
157
- ## [Untagged] - 9/3/2022 5:21:12 PM
158
-
159
- Commit [4deaa1ebabb4bbc3604103a3bcdde77259247fe7](https://github.com/StoneCypher/jssm/commit/4deaa1ebabb4bbc3604103a3bcdde77259247fe7)
160
-
161
- Author: `John Haugeland <stonecypher@gmail.com>`
162
-
163
- * Unicode range tests for actions, very slow, fixes StoneCypher/fsl#1192
164
-
165
-
166
-
167
-
168
- &nbsp;
169
-
170
- &nbsp;
171
-
172
- ## [Untagged] - 9/3/2022 5:21:12 PM
173
-
174
- Commit [e9d6ca9116a8959f3e5a3e7c696b468ede50923d](https://github.com/StoneCypher/jssm/commit/e9d6ca9116a8959f3e5a3e7c696b468ede50923d)
175
-
176
- Author: `John Haugeland <stonecypher@gmail.com>`
177
-
178
- * Unicode range tests for actions, very slow, fixes StoneCypher/fsl#1192
181
+ * Needed a version bump
package/README.md CHANGED
@@ -18,7 +18,7 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
18
18
 
19
19
 
20
20
 
21
- * Generated for version 5.84.0 at 9/12/2022, 7:24:44 AM
21
+ * Generated for version 5.84.1 at 9/12/2022, 8:25:23 AM
22
22
 
23
23
  -->
24
24
  # jssm
@@ -1,2 +1,2 @@
1
- const version = "5.84.0";
1
+ const version = "5.84.1";
2
2
  export { version };