jssm 5.66.0 → 5.67.0
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 -17
- 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 +5 -5
- package/typedoc-options.js +8 -6
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
|
+
874 merges; 70 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/6/2022 12:24:27 PM
|
|
26
|
+
|
|
27
|
+
Commit [6f51f095fc292fc44c8c02daf8d976bdec49d4f0](https://github.com/StoneCypher/jssm/commit/6f51f095fc292fc44c8c02daf8d976bdec49d4f0)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* Adds community page to docs; adds short changelog to address block. fixes StoneCypher/fsl#824, fixes StoneCypher/fsl#825
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -165,19 +180,4 @@ Author: `John Haugeland <stonecypher@gmail.com>`
|
|
|
165
180
|
Merges [a7d9fba, b2558b2]
|
|
166
181
|
|
|
167
182
|
* Merge pull request #487 from StoneCypher/Doc_ListEdges_ListTransitions_ListEntrances_ListExits
|
|
168
|
-
* Doc list edges list transitions list entrances list exits
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
## [Untagged] - 5/22/2022 3:44:19 PM
|
|
178
|
-
|
|
179
|
-
Commit [b2558b2457dfaf6cb61782d0c758cf1ad043149b](https://github.com/StoneCypher/jssm/commit/b2558b2457dfaf6cb61782d0c758cf1ad043149b)
|
|
180
|
-
|
|
181
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
182
|
-
|
|
183
|
-
* Forgot to update benny labels
|
|
183
|
+
* Doc list edges list transitions list entrances list exits
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.
|
|
1
|
+
const version = "5.67.0";
|
|
2
2
|
export { version };
|