-
Notifications
You must be signed in to change notification settings - Fork 46
Comparing changes
Open a pull request
base repository: libp2p/js-libp2p-websockets
base: v3.0.4
head repository: libp2p/js-libp2p-websockets
compare: v5.0.2
- 16 commits
- 10 files changed
- 5 contributors
Commits on Oct 7, 2022
-
deps!: bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#187)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bfeaf1b - Browse repository at this point
Copy the full SHA bfeaf1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbcd3bb - Browse repository at this point
Copy the full SHA dbcd3bbView commit details -
deps(dev): bump @libp2p/interface-mocks from 4.0.3 to 6.0.1 (#189)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 00b33f0 - Browse repository at this point
Copy the full SHA 00b33f0View commit details -
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2022-10-07) ### Dependencies * **dev:** bump @libp2p/interface-mocks from 4.0.3 to 6.0.1 ([#189](#189)) ([00b33f0](00b33f0))
Configuration menu - View commit details
-
Copy full SHA for 3e19583 - Browse repository at this point
Copy the full SHA 3e19583View commit details
Commits on Oct 12, 2022
-
fix!: remove @libp2p/components (#190)
`@libp2p/components` is a choke-point for our dependency graph as it depends on every interface, meaning when one interface revs a major `@libp2p/components` major has to change too which means every module depending on it also needs a major. Switch instead to constructor injection of simple objects that let modules declare their dependencies on interfaces directly instead of indirectly via `@libp2p/components` Refs libp2p/js-libp2p-components#6 BREAKING CHANGE: modules no longer implement `Initializable` instead switching to constructor injection
Configuration menu - View commit details
-
Copy full SHA for 388b30d - Browse repository at this point
Copy the full SHA 388b30dView commit details -
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.0.1...v5.0.0) (2022-10-12) ### ⚠ BREAKING CHANGES * modules no longer implement `Initializable` instead switching to constructor injection ### Bug Fixes * remove @libp2p/components ([#190](#190)) ([388b30d](388b30d))
Configuration menu - View commit details
-
Copy full SHA for 0e1d000 - Browse repository at this point
Copy the full SHA 0e1d000View commit details
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 25c7da5 - Browse repository at this point
Copy the full SHA 25c7da5View commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 085a119 - Browse repository at this point
Copy the full SHA 085a119View commit details
Commits on Dec 8, 2022
-
deps(dev): bump @libp2p/interface-mocks from 7.1.0 to 8.0.2 (#199)
Bumps [@libp2p/interface-mocks](https://github.com/libp2p/js-libp2p-interfaces) from 7.1.0 to 8.0.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/libp2p/js-libp2p-interfaces/commit/bc6d878ca239a8f25a7dbaf0ab16d1fe12c977df"><code>bc6d878</code></a> chore(release): 8.0.2 [skip ci]</li> <li><a href="https://github.com/libp2p/js-libp2p-interfaces/commit/3566cd0c7cc8514c49695d854020270ef4696fc9"><code>3566cd0</code></a> chore(release): 1.1.0 [skip ci]</li> <li><a href="https://github.com/libp2p/js-libp2p-interfaces/commit/e2168e8f863d6a488e4117800b5143dce1122b0b"><code>e2168e8</code></a> fix: add missing dependency</li> <li><a href="https://github.com/libp2p/js-libp2p-interfaces/commit/11974843445a7f4792192340c0697d40bf87fddc"><code>1197484</code></a> feat: expose supported peer id types (<a href="https://github-redirect.dependabot.com/libp2p/js-libp2p-interfaces/issues/318">#318</a>)</li> <li><a href="https://github.com/libp2p/js-libp2p-interfaces/commit/913ddb522243c110318af7314015a156b8c889c1"><code>913ddb5</code></a> update .github/workflows/js-test-and-release.yml (<a href="https://github-redirect.dependabot.com/libp2p/js-libp2p-interfaces/issues/315">#315</a>)</li> <li><a href="https://github.com/libp2p/js-libp2p-interfaces/commit/36e772ebdb4e5f05090c41dcfacc092f425321fa"><code>36e772e</code></a> update .github/workflows/js-test-and-release.yml (<a href="https://github-redirect.dependabot.com/libp2p/js-libp2p-interfaces/issues/313">#313</a>)</li> <li><a href="https://github.com/libp2p/js-libp2p-interfaces/commit/e93785dfd613ae54430499da2b81aa87ca584eef"><code>e93785d</code></a> chore(release): 8.0.1 [skip ci]</li> <li><a href="https://github.com/libp2p/js-libp2p-interfaces/commit/c165b6192936e3d71e269732f645be6f0560f0b4"><code>c165b61</code></a> chore(release): 4.0.2 [skip ci]</li> <li><a href="https://github.com/libp2p/js-libp2p-interfaces/commit/0076c1f354ebc1106b6ac42d48688c0209866084"><code>0076c1f</code></a> fix: metrics only need numbers (<a href="https://github-redirect.dependabot.com/libp2p/js-libp2p-interfaces/issues/312">#312</a>)</li> <li><a href="https://github.com/libp2p/js-libp2p-interfaces/commit/78039b364eabca4be3ec2d3be6617e61fcd4c9b4"><code>78039b3</code></a> chore(release): 3.0.3 [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v7.1.0...@libp2p/interface-mocks-v8.0.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for daff533 - Browse repository at this point
Copy the full SHA daff533View commit details -
deps(dev): bump it-all from 1.0.6 to 2.0.0 (#193)
Bumps [it-all](https://github.com/achingbrain/it) from 1.0.6 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/achingbrain/it/releases">it-all's releases</a>.</em></p> <blockquote> <h2>it-all-v2.0.0</h2> <h2><a href="https://github.com/achingbrain/it/compare/it-all-v1.0.6...it-all-v2.0.0">it-all-v2.0.0</a> (2022-10-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>all modules are now published as ESM-only</li> </ul> <h3>Features</h3> <ul> <li>convert to typescript (<a href="https://github-redirect.dependabot.com/achingbrain/it/issues/28">#28</a>) (<a href="https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464">f8a38bf</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/achingbrain/it/commit/417a1f3e7cb072a1b199bbe83af65a63ae797815"><code>417a1f3</code></a> chore(release): 2.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/8bd4bd2d81c9aa26afc809a1478c20a15201a8b6"><code>8bd4bd2</code></a> chore: update build scripts</li> <li><a href="https://github.com/achingbrain/it/commit/585df8dae93fb68a665bc64065366fb2c4add5d3"><code>585df8d</code></a> docs: update readme</li> <li><a href="https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464"><code>f8a38bf</code></a> feat!: convert to typescript (<a href="https://github-redirect.dependabot.com/achingbrain/it/issues/28">#28</a>)</li> <li><a href="https://github.com/achingbrain/it/commit/b621056a11c9bfe991d1040b22a46651fa907a3c"><code>b621056</code></a> Publish</li> <li><a href="https://github.com/achingbrain/it/commit/da0c69f7ab16ddf6dd488cfed5844d1e6fa10366"><code>da0c69f</code></a> fix: use EventTarget instead of EventEmitter (<a href="https://github-redirect.dependabot.com/achingbrain/it/issues/27">#27</a>)</li> <li><a href="https://github.com/achingbrain/it/commit/cfc852b428fb0c9ddf3bfbaad26c276b197779f0"><code>cfc852b</code></a> fix: accepts iterable also (<a href="https://github-redirect.dependabot.com/achingbrain/it/issues/24">#24</a>)</li> <li><a href="https://github.com/achingbrain/it/commit/c74ff5ff0d1b4164cd2f556f1b431d77ad47dd16"><code>c74ff5f</code></a> Publish</li> <li><a href="https://github.com/achingbrain/it/commit/51221722aa33195fb2f11cf74df9575705706f2b"><code>5122172</code></a> fix: update types for it-ndjson</li> <li><a href="https://github.com/achingbrain/it/commit/9a1ec79746fe9efa8cf8835da3817c427f901dc2"><code>9a1ec79</code></a> Publish</li> <li>Additional commits viewable in <a href="https://github.com/achingbrain/it/compare/it-all@1.0.6...it-all-v2.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6213f8f - Browse repository at this point
Copy the full SHA 6213f8fView commit details -
deps(dev): bump it-take from 1.0.2 to 2.0.0 (#192)
Bumps [it-take](https://github.com/achingbrain/it) from 1.0.2 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/achingbrain/it/releases">it-take's releases</a>.</em></p> <blockquote> <h2>it-take-v2.0.0</h2> <h2><a href="https://github.com/achingbrain/it/compare/it-take-v1.0.2...it-take-v2.0.0">it-take-v2.0.0</a> (2022-10-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>all modules are now published as ESM-only</li> </ul> <h3>Features</h3> <ul> <li>convert to typescript (<a href="https://github-redirect.dependabot.com/achingbrain/it/issues/28">#28</a>) (<a href="https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464">f8a38bf</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>update sibling dependencies (<a href="https://github.com/achingbrain/it/commit/1415cdd019f32c08b1024e60bf3816619e361938">1415cdd</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/achingbrain/it/commit/f4858cf2bc19ae9dad28d42fa63ad36bd1547424"><code>f4858cf</code></a> chore(release): 2.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/49ba7cddc6e86fdbff3ac85f73f51fa829b63162"><code>49ba7cd</code></a> chore(release): 2.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/4bd3de6a1768ec8c2aef4e69a6ebd6930a9e372a"><code>4bd3de6</code></a> chore(release): 2.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/902a21b698b922b020817af27259fa3ba41128f7"><code>902a21b</code></a> chore(release): 2.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/7bbd587d63e85474540da69de75825183f1807b8"><code>7bbd587</code></a> chore(release): 2.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/57e9c07fe00e6f09533e51e5df9b33b9a88d7c8e"><code>57e9c07</code></a> chore(release): 3.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/43c7be2edd414dd574470cbc886ae08467227ef2"><code>43c7be2</code></a> chore(release): 1.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/7aa6d9bb9045c2fb6d6452538796dfabe8698d92"><code>7aa6d9b</code></a> chore(release): 2.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/790aae9d03b91baa82c783769de649fc1706b562"><code>790aae9</code></a> chore(release): 2.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/80da857e2badaf7f4014c96853bcb2a7830e6032"><code>80da857</code></a> chore: remove clean from it-glob as aegir depends on it</li> <li>Additional commits viewable in <a href="https://github.com/achingbrain/it/compare/it-take@1.0.2...it-take-v2.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4c037fc - Browse repository at this point
Copy the full SHA 4c037fcView commit details -
deps(dev): bump it-drain from 1.0.5 to 2.0.0 (#191)
Bumps [it-drain](https://github.com/achingbrain/it) from 1.0.5 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/achingbrain/it/releases">it-drain's releases</a>.</em></p> <blockquote> <h2>it-drain-v2.0.0</h2> <h2><a href="https://github.com/achingbrain/it/compare/it-drain-v1.0.5...it-drain-v2.0.0">it-drain-v2.0.0</a> (2022-10-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>all modules are now published as ESM-only</li> </ul> <h3>Features</h3> <ul> <li>convert to typescript (<a href="https://github-redirect.dependabot.com/achingbrain/it/issues/28">#28</a>) (<a href="https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464">f8a38bf</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/achingbrain/it/commit/c3a3077a90588be17452365e573e225c2c7db36f"><code>c3a3077</code></a> chore(release): 2.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/c57270694011413abad0c6cac70181129f89b8e2"><code>c572706</code></a> chore(release): 3.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/1415cdd019f32c08b1024e60bf3816619e361938"><code>1415cdd</code></a> deps: update sibling dependencies</li> <li><a href="https://github.com/achingbrain/it/commit/417a1f3e7cb072a1b199bbe83af65a63ae797815"><code>417a1f3</code></a> chore(release): 2.0.0 [skip ci]</li> <li><a href="https://github.com/achingbrain/it/commit/8bd4bd2d81c9aa26afc809a1478c20a15201a8b6"><code>8bd4bd2</code></a> chore: update build scripts</li> <li><a href="https://github.com/achingbrain/it/commit/585df8dae93fb68a665bc64065366fb2c4add5d3"><code>585df8d</code></a> docs: update readme</li> <li><a href="https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464"><code>f8a38bf</code></a> feat!: convert to typescript (<a href="https://github-redirect.dependabot.com/achingbrain/it/issues/28">#28</a>)</li> <li><a href="https://github.com/achingbrain/it/commit/b621056a11c9bfe991d1040b22a46651fa907a3c"><code>b621056</code></a> Publish</li> <li><a href="https://github.com/achingbrain/it/commit/da0c69f7ab16ddf6dd488cfed5844d1e6fa10366"><code>da0c69f</code></a> fix: use EventTarget instead of EventEmitter (<a href="https://github-redirect.dependabot.com/achingbrain/it/issues/27">#27</a>)</li> <li><a href="https://github.com/achingbrain/it/commit/cfc852b428fb0c9ddf3bfbaad26c276b197779f0"><code>cfc852b</code></a> fix: accepts iterable also (<a href="https://github-redirect.dependabot.com/achingbrain/it/issues/24">#24</a>)</li> <li>Additional commits viewable in <a href="https://github.com/achingbrain/it/compare/it-drain@1.0.5...it-drain-v2.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for e549691 - Browse repository at this point
Copy the full SHA e549691View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7312db - Browse repository at this point
Copy the full SHA c7312dbView commit details -
chore(release): 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2022-12-08) ### Bug Fixes * cannot catch EADDRINUSE ([#198](#198)) ([c7312db](c7312db)), closes [#184](#184) ### Dependencies * **dev:** bump @libp2p/interface-mocks from 7.1.0 to 8.0.2 ([#199](#199)) ([daff533](daff533)), closes [#318](https://github.com/libp2p/js-libp2p-websockets/issues/318) [#315](https://github.com/libp2p/js-libp2p-websockets/issues/315) [#313](https://github.com/libp2p/js-libp2p-websockets/issues/313) [#312](https://github.com/libp2p/js-libp2p-websockets/issues/312) * **dev:** bump it-all from 1.0.6 to 2.0.0 ([#193](#193)) ([6213f8f](6213f8f)), closes [#28](#28) [#28](#28) [#27](#27) [#24](#24) * **dev:** bump it-drain from 1.0.5 to 2.0.0 ([#191](#191)) ([e549691](e549691)), closes [#28](#28) [#28](#28) [#27](#27) [#24](#24) * **dev:** bump it-take from 1.0.2 to 2.0.0 ([#192](#192)) ([4c037fc](4c037fc)), closes [#28](#28)
Configuration menu - View commit details
-
Copy full SHA for eb6e2cd - Browse repository at this point
Copy the full SHA eb6e2cdView commit details
Commits on Dec 16, 2022
-
Updates project config to publish api docs
Configuration menu - View commit details
-
Copy full SHA for 722b03a - Browse repository at this point
Copy the full SHA 722b03aView commit details -
chore(release): 5.0.2 [skip ci]
## [5.0.2](v5.0.1...v5.0.2) (2022-12-16) ### Documentation * publish api docs ([#201](#201)) ([722b03a](722b03a))
Configuration menu - View commit details
-
Copy full SHA for 27ac04b - Browse repository at this point
Copy the full SHA 27ac04bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.4...v5.0.2