We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ac9e3 commit 3c4fd00Copy full SHA for 3c4fd00
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.9.4](https://github.com/vault-developer/event-loop-explorer/compare/v1.9.3...v1.9.4) (2024-12-29)
2
+
3
4
+### Bug Fixes
5
6
+* rAF callback and console ([#31](https://github.com/vault-developer/event-loop-explorer/issues/31)) ([88ac9e3](https://github.com/vault-developer/event-loop-explorer/commit/88ac9e39a331532c415735866faca65261dae658))
7
8
## [1.9.3](https://github.com/vault-developer/event-loop-explorer/compare/v1.9.2...v1.9.3) (2024-11-22)
9
10
### Bug Fixes
package.json
@@ -2,7 +2,7 @@
"name": "event-loop-explorer",
"private": true,
"author": "Albert Trott",
- "version": "1.9.3",
+ "version": "1.9.4",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments