jssm 5.69.0 → 5.69.2
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 +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
|
+
888 merges; 74 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 10:26:13 PM
|
|
26
|
+
|
|
27
|
+
Commit [5950672faaa4406176b19936974626cc7367f41f](https://github.com/StoneCypher/jssm/commit/5950672faaa4406176b19936974626cc7367f41f)
|
|
28
|
+
|
|
29
|
+
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
30
|
+
|
|
31
|
+
* export fields in package.json
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
21
36
|
|
|
22
37
|
|
|
23
38
|
|
|
@@ -161,19 +176,4 @@ Commit [837950689491eb333670a9f028b3668351c9bef1](https://github.com/StoneCypher
|
|
|
161
176
|
|
|
162
177
|
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
163
178
|
|
|
164
|
-
* moar docs
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
## [Untagged] - 6/6/2022 3:41:07 PM
|
|
174
|
-
|
|
175
|
-
Commit [91e2c2f27ec0b200380b8871bacd2d6476e1ab4e](https://github.com/StoneCypher/jssm/commit/91e2c2f27ec0b200380b8871bacd2d6476e1ab4e)
|
|
176
|
-
|
|
177
|
-
Author: `John Haugeland <stonecypher@gmail.com>`
|
|
178
|
-
|
|
179
|
-
* More shootout
|
|
179
|
+
* moar docs
|
package/dist/es6/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const version = "5.69.
|
|
1
|
+
const version = "5.69.1";
|
|
2
2
|
export { version };
|