-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress generated code and directories from reviews using .gitattrib…
…utes, fixes StoneCypher/fsl#1242
- Loading branch information
1 parent
e88d784
commit 7de448c
Showing
22 changed files
with
234 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
docs/* linguist-generated=true | ||
build/* linguist-generated=true | ||
dist/* linguist-generated=true | ||
src/ts/generated_code/* linguist-generated=true | ||
benchmark/* linguist-generated=true | ||
coverage/* linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
1102 merges; 187 releases | ||
1104 merges; 187 releases | ||
|
||
|
||
|
||
|
@@ -18,6 +18,36 @@ Published tags: | |
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 10/25/2023 12:51:12 PM | ||
|
||
Commit [7ef88f2a668a45f1cd2e027072e933a813ac65c6](https://github.com/StoneCypher/jssm/commit/7ef88f2a668a45f1cd2e027072e933a813ac65c6) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Suppress generated code and directories from reviews using .gitattributes, fixes StoneCypher/fsl#1242 | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 10/25/2023 12:33:52 PM | ||
|
||
Commit [e88d784320e4d3bfbabfe9365578d32b869b6831](https://github.com/StoneCypher/jssm/commit/e88d784320e4d3bfbabfe9365578d32b869b6831) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Proper stochastics. Seedable RNG. Fixes StoneCypher/fsl#990, StoneCypher/fsl#991 | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
1102 merges; 187 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md) | ||
1104 merges; 187 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md) | ||
|
||
|
||
|
||
|
@@ -18,6 +18,36 @@ Published tags: | |
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 10/25/2023 12:51:12 PM | ||
|
||
Commit [7ef88f2a668a45f1cd2e027072e933a813ac65c6](https://github.com/StoneCypher/jssm/commit/7ef88f2a668a45f1cd2e027072e933a813ac65c6) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Suppress generated code and directories from reviews using .gitattributes, fixes StoneCypher/fsl#1242 | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 10/25/2023 12:33:52 PM | ||
|
||
Commit [e88d784320e4d3bfbabfe9365578d32b869b6831](https://github.com/StoneCypher/jssm/commit/e88d784320e4d3bfbabfe9365578d32b869b6831) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Proper stochastics. Seedable RNG. Fixes StoneCypher/fsl#990, StoneCypher/fsl#991 | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
@@ -142,43 +172,4 @@ Commit [66725ae01f4692e7720a6b7a0add6cd71b77ce85](https://github.com/StoneCypher | |
Author: `John Haugeland <[email protected]>` | ||
|
||
* Update package.json | ||
* bumping version for readme error by alpine discord @toomanyusershavethisname as mentioned in prior patch | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 6/6/2023 12:29:53 AM | ||
|
||
Commit [e04f055eec397f7c1679579caec8c4565dd993a4](https://github.com/StoneCypher/jssm/commit/e04f055eec397f7c1679579caec8c4565dd993a4) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Update README_base.md | ||
* alpine linux discord @toomanyusershavethisname noticed an error in the readme. | ||
* i'll have to manually trigger a second build to clear this because for some nightmare reason i'm doing this in the web editor on a tablet instead of just going upstairs and using the computer like an adult, and that means i can't do two files at once and so this build will bounce when the version number isn't yet bounced | ||
* "but you could start a branch" | ||
* yeah but i won't, is the thing | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
<a name="5__89__1" /> | ||
|
||
## [5.89.1] - 5/13/2023 11:42:13 PM | ||
|
||
Commit [7fb4622f3b8651ea259f8a785210810bd0ae328a](https://github.com/StoneCypher/jssm/commit/7fb4622f3b8651ea259f8a785210810bd0ae328a) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
Merges [d04a575, 6337159] | ||
|
||
* Merge pull request #556 from StoneCypher/FinalizeDenoSupport | ||
* Standard deno support | ||
* bumping version for readme error by alpine discord @toomanyusershavethisname as mentioned in prior patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
const version = "5.90.0", build_time = 1698262297064; | ||
const version = "5.90.1", build_time = 1698263492649; | ||
export { version, build_time }; |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,36 @@ | |
<h1>Changelog</h1> | ||
</a> | ||
<p>All notable changes to this project will be documented in this file.</p> | ||
<p>1102 merges; 187 releases</p> | ||
<p>1104 merges; 187 releases</p> | ||
<p> </p> | ||
<p> </p> | ||
<p>Published tags:</p> | ||
<p><a href="#5__89__3">5.89.3</a>, <a href="#5__89__2">5.89.2</a>, <a href="#5__89__1">5.89.1</a>, <a href="#5__89__0">5.89.0</a>, <a href="#5__88__4">5.88.4</a>, <a href="#5__88__3">5.88.3</a>, <a href="#5__88__2">5.88.2</a>, <a href="#5__88__1">5.88.1</a>, <a href="#5__88__0">5.88.0</a>, <a href="#5__87__0">5.87.0</a>, <a href="#5__86__3">5.86.3</a>, <a href="#5__86__2">5.86.2</a>, <a href="#5__86__1">5.86.1</a>, <a href="#5__86__0">5.86.0</a>, <a href="#5__85__11">5.85.11</a>, <a href="#5__85__10">5.85.10</a>, <a href="#5__85__9">5.85.9</a>, <a href="#5__85__8">5.85.8</a>, <a href="#5__85__7">5.85.7</a>, <a href="#5__85__6">5.85.6</a>, <a href="#5__85__5">5.85.5</a>, <a href="#5__85__4">5.85.4</a>, <a href="#5__85__3">5.85.3</a>, <a href="#5__85__2">5.85.2</a>, <a href="#5__85__1">5.85.1</a>, <a href="#5__85__0">5.85.0</a>, <a href="#5__84__1">5.84.1</a>, <a href="#5__84__0">5.84.0</a>, <a href="#5__83__2">5.83.2</a>, <a href="#5__83__1">5.83.1</a>, <a href="#5__83__0">5.83.0</a>, <a href="#5__82__5">5.82.5</a>, <a href="#5__82__4">5.82.4</a>, <a href="#5__82__3">5.82.3</a>, <a href="#5__82__2">5.82.2</a>, <a href="#5__82__1">5.82.1</a>, <a href="#5__82__0">5.82.0</a>, <a href="#5__81__2">5.81.2</a>, <a href="#5__81__0">5.81.0</a>, <a href="#5__80__1">5.80.1</a>, <a href="#5__80__0">5.80.0</a>, <a href="#5__79__18">5.79.18</a>, <a href="#5__79__17">5.79.17</a>, <a href="#5__79__16">5.79.16</a>, <a href="#5__79__15">5.79.15</a>, <a href="#5__79__11">5.79.11</a>, <a href="#5__79__10">5.79.10</a>, <a href="#5__79__9">5.79.9</a>, <a href="#5__79__8">5.79.8</a>, <a href="#5__79__6">5.79.6</a>, <a href="#5__79__4">5.79.4</a>, <a href="#5__79__3">5.79.3</a>, <a href="#5__79__2">5.79.2</a>, <a href="#5__79__1">5.79.1</a>, <a href="#5__79__0">5.79.0</a>, <a href="#5__78__0">5.78.0</a>, <a href="#5__77__1">5.77.1</a>, <a href="#5__77__0">5.77.0</a>, <a href="#5__76__2">5.76.2</a>, <a href="#5__76__0">5.76.0</a>, <a href="#5__75__1">5.75.1</a>, <a href="#5__75__0">5.75.0</a>, <a href="#5__74__0">5.74.0</a>, <a href="#5__73__1">5.73.1</a>, <a href="#5__73__0">5.73.0</a>, <a href="#5__72__5">5.72.5</a>, <a href="#5__72__4">5.72.4</a>, <a href="#5__72__3">5.72.3</a>, <a href="#5__72__2">5.72.2</a>, <a href="#5__72__1">5.72.1</a>, <a href="#5__72__0">5.72.0</a>, <a href="#5__71__1">5.71.1</a>, <a href="#5__71__0">5.71.0</a>, <a href="#5__70__36">5.70.36</a>, <a href="#5__70__35">5.70.35</a>, <a href="#5__70__34">5.70.34</a>, <a href="#5__70__33">5.70.33</a>, <a href="#5__70__32">5.70.32</a>, <a href="#5__70__31">5.70.31</a>, <a href="#5__70__30">5.70.30</a>, <a href="#5__70__29">5.70.29</a>, <a href="#5__70__28">5.70.28</a>, <a href="#5__70__27">5.70.27</a>, <a href="#5__70__26">5.70.26</a>, <a href="#5__70__25">5.70.25</a>, <a href="#5__70__24">5.70.24</a>, <a href="#5__70__23">5.70.23</a>, <a href="#5__70__22">5.70.22</a>, <a href="#5__70__21">5.70.21</a>, <a href="#5__70__20">5.70.20</a>, <a href="#5__70__19">5.70.19</a>, <a href="#5__70__18">5.70.18</a>, <a href="#5__70__16">5.70.16</a>, <a href="#5__70__15">5.70.15</a>, <a href="#5__70__14">5.70.14</a>, <a href="#5__70__13">5.70.13</a>, <a href="#5__70__12">5.70.12</a>, <a href="#5__70__11">5.70.11</a>, <a href="#5__70__10">5.70.10</a>, <a href="#5__70__9">5.70.9</a>, <a href="#5__70__8">5.70.8</a>, <a href="#5__70__7">5.70.7</a>, <a href="#5__70__6">5.70.6</a>, <a href="#5__70__5">5.70.5</a>, <a href="#5__70__4">5.70.4</a>, <a href="#5__70__3">5.70.3</a>, <a href="#5__70__2">5.70.2</a>, <a href="#5__70__1">5.70.1</a>, <a href="#5__70__0">5.70.0</a>, <a href="#5__69__4">5.69.4</a>, <a href="#5__69__3">5.69.3</a>, <a href="#5__69__2">5.69.2</a>, <a href="#5__69__0">5.69.0</a>, <a href="#5__68__0">5.68.0</a>, <a href="#5__67__2">5.67.2</a>, <a href="#5__67__0">5.67.0</a>, <a href="#5__66__0">5.66.0</a>, <a href="#5__65__14">5.65.14</a>, <a href="#5__65__12">5.65.12</a>, <a href="#5__65__11">5.65.11</a>, <a href="#5__65__10">5.65.10</a>, <a href="#5__65__9">5.65.9</a>, <a href="#5__65__8">5.65.8</a>, <a href="#5__65__7">5.65.7</a>, <a href="#5__65__5">5.65.5</a>, <a href="#5__65__4">5.65.4</a>, <a href="#5__65__3">5.65.3</a>, <a href="#5__65__2">5.65.2</a>, <a href="#5__65__1">5.65.1</a>, <a href="#5__65__0">5.65.0</a>, <a href="#5__64__2">5.64.2</a>, <a href="#5__64__1">5.64.1</a>, <a href="#5__64__0">5.64.0</a>, <a href="#5__63__0">5.63.0</a>, <a href="#5__62__0">5.62.0</a>, <a href="#5__61__4">5.61.4</a>, <a href="#5__61__3">5.61.3</a>, <a href="#5__61__2">5.61.2</a>, <a href="#5__61__1">5.61.1</a>, <a href="#5__60__4">5.60.4</a>, <a href="#5__60__3">5.60.3</a>, <a href="#5__60__0">5.60.0</a>, <a href="#5__59__1">5.59.1</a>, <a href="#5__59__0">5.59.0</a>, <a href="#5__58__1">5.58.1</a>, <a href="#5__58__0">5.58.0</a>, <a href="#5__57__1">5.57.1</a>, <a href="#5__57__0">5.57.0</a>, <a href="#5__56__2">5.56.2</a>, <a href="#5__56__1">5.56.1</a>, <a href="#5__55__0">5.55.0</a>, <a href="#5__54__0">5.54.0</a>, <a href="#5__53__0">5.53.0</a>, <a href="#5__52__0">5.52.0</a>, <a href="#5__51__0">5.51.0</a>, <a href="#5__50__0">5.50.0</a>, <a href="#5__49__0">5.49.0</a>, <a href="#5__48__0">5.48.0</a>, <a href="#5__47__0">5.47.0</a>, <a href="#5__46__0">5.46.0</a>, <a href="#5__45__2">5.45.2</a>, <a href="#5__45__0">5.45.0</a>, <a href="#5__44__0">5.44.0</a>, <a href="#5__43__2">5.43.2</a>, <a href="#v5__42__0">v5.42.0</a>, <a href="#5__42__0">5.42.0</a>, <a href="#v5__41__15">v5.41.15</a>, <a href="#5__41__15">5.41.15</a>, <a href="#v5__41__14">v5.41.14</a>, <a href="#5__41__14">5.41.14</a>, <a href="#v5__41__12">v5.41.12</a>, <a href="#5__41__12">5.41.12</a>, <a href="#v5__41__10">v5.41.10</a>, <a href="#5__41__10">5.41.10</a>, <a href="#v5__41__9">v5.41.9</a>, <a href="#5__41__9">5.41.9</a>, <a href="#v5__41__8">v5.41.8</a>, <a href="#5__41__8">5.41.8</a>, <a href="#v5__41__7">v5.41.7</a>, <a href="#v5__41__2">v5.41.2</a>, <a href="#v5__41__1">v5.41.1</a>, <a href="#v5__32__14">v5.32.14</a>, <a href="#5__14__0">5.14.0</a>, <a href="#5__12__0">5.12.0</a>, <a href="#5__11__12">5.11.12</a>, <a href="#5__11__1">5.11.1</a>, <a href="#5__11__0">5.11.0</a></p> | ||
<p> </p> | ||
<p> </p> | ||
|
||
<a href="#untagged---10252023-125112-pm" id="untagged---10252023-125112-pm" style="color: inherit; text-decoration: none;"> | ||
<h2>[Untagged] - 10/25/2023 12:51:12 PM</h2> | ||
</a> | ||
<p>Commit <a href="https://github.com/StoneCypher/jssm/commit/7ef88f2a668a45f1cd2e027072e933a813ac65c6">7ef88f2a668a45f1cd2e027072e933a813ac65c6</a></p> | ||
<p>Author: <code>John Haugeland <[email protected]></code></p> | ||
<ul> | ||
<li>Suppress generated code and directories from reviews using .gitattributes, fixes StoneCypher/fsl#1242</li> | ||
</ul> | ||
<p> </p> | ||
<p> </p> | ||
|
||
<a href="#untagged---10252023-123352-pm" id="untagged---10252023-123352-pm" style="color: inherit; text-decoration: none;"> | ||
<h2>[Untagged] - 10/25/2023 12:33:52 PM</h2> | ||
</a> | ||
<p>Commit <a href="https://github.com/StoneCypher/jssm/commit/e88d784320e4d3bfbabfe9365578d32b869b6831">e88d784320e4d3bfbabfe9365578d32b869b6831</a></p> | ||
<p>Author: <code>John Haugeland <[email protected]></code></p> | ||
<ul> | ||
<li>Proper stochastics. Seedable RNG. Fixes StoneCypher/fsl#990, StoneCypher/fsl#991</li> | ||
</ul> | ||
<p> </p> | ||
<p> </p> | ||
|
||
<a href="#untagged---10252023-113111-am" id="untagged---10252023-113111-am" style="color: inherit; text-decoration: none;"> | ||
<h2>[Untagged] - 10/25/2023 11:31:11 AM</h2> | ||
</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jssm", | ||
"version": "5.90.0", | ||
"version": "5.90.1", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
1102 merges; 187 releases | ||
1104 merges; 187 releases | ||
|
||
|
||
|
||
|
@@ -18,6 +18,36 @@ Published tags: | |
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 10/25/2023 12:51:12 PM | ||
|
||
Commit [7ef88f2a668a45f1cd2e027072e933a813ac65c6](https://github.com/StoneCypher/jssm/commit/7ef88f2a668a45f1cd2e027072e933a813ac65c6) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Suppress generated code and directories from reviews using .gitattributes, fixes StoneCypher/fsl#1242 | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 10/25/2023 12:33:52 PM | ||
|
||
Commit [e88d784320e4d3bfbabfe9365578d32b869b6831](https://github.com/StoneCypher/jssm/commit/e88d784320e4d3bfbabfe9365578d32b869b6831) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Proper stochastics. Seedable RNG. Fixes StoneCypher/fsl#990, StoneCypher/fsl#991 | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
1102 merges; 187 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md) | ||
1104 merges; 187 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md) | ||
|
||
|
||
|
||
|
@@ -18,6 +18,36 @@ Published tags: | |
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 10/25/2023 12:51:12 PM | ||
|
||
Commit [7ef88f2a668a45f1cd2e027072e933a813ac65c6](https://github.com/StoneCypher/jssm/commit/7ef88f2a668a45f1cd2e027072e933a813ac65c6) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Suppress generated code and directories from reviews using .gitattributes, fixes StoneCypher/fsl#1242 | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 10/25/2023 12:33:52 PM | ||
|
||
Commit [e88d784320e4d3bfbabfe9365578d32b869b6831](https://github.com/StoneCypher/jssm/commit/e88d784320e4d3bfbabfe9365578d32b869b6831) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Proper stochastics. Seedable RNG. Fixes StoneCypher/fsl#990, StoneCypher/fsl#991 | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
@@ -142,43 +172,4 @@ Commit [66725ae01f4692e7720a6b7a0add6cd71b77ce85](https://github.com/StoneCypher | |
Author: `John Haugeland <[email protected]>` | ||
|
||
* Update package.json | ||
* bumping version for readme error by alpine discord @toomanyusershavethisname as mentioned in prior patch | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
## [Untagged] - 6/6/2023 12:29:53 AM | ||
|
||
Commit [e04f055eec397f7c1679579caec8c4565dd993a4](https://github.com/StoneCypher/jssm/commit/e04f055eec397f7c1679579caec8c4565dd993a4) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
* Update README_base.md | ||
* alpine linux discord @toomanyusershavethisname noticed an error in the readme. | ||
* i'll have to manually trigger a second build to clear this because for some nightmare reason i'm doing this in the web editor on a tablet instead of just going upstairs and using the computer like an adult, and that means i can't do two files at once and so this build will bounce when the version number isn't yet bounced | ||
* "but you could start a branch" | ||
* yeah but i won't, is the thing | ||
|
||
|
||
|
||
|
||
| ||
|
||
| ||
|
||
<a name="5__89__1" /> | ||
|
||
## [5.89.1] - 5/13/2023 11:42:13 PM | ||
|
||
Commit [7fb4622f3b8651ea259f8a785210810bd0ae328a](https://github.com/StoneCypher/jssm/commit/7fb4622f3b8651ea259f8a785210810bd0ae328a) | ||
|
||
Author: `John Haugeland <[email protected]>` | ||
|
||
Merges [d04a575, 6337159] | ||
|
||
* Merge pull request #556 from StoneCypher/FinalizeDenoSupport | ||
* Standard deno support | ||
* bumping version for readme error by alpine discord @toomanyusershavethisname as mentioned in prior patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
const version : string = "5.90.0", | ||
build_time : number = 1698262297064; | ||
const version : string = "5.90.1", | ||
build_time : number = 1698263492649; | ||
|
||
export { version, build_time }; |