Skip to content

Commit 3c4fd00

Browse files
chore(release): 1.9.4 [skip ci]
## [1.9.4](v1.9.3...v1.9.4) (2024-12-29) ### Bug Fixes * rAF callback and console ([#31](#31)) ([88ac9e3](88ac9e3))
1 parent 88ac9e3 commit 3c4fd00

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [1.9.3](https://github.com/vault-developer/event-loop-explorer/compare/v1.9.2...v1.9.3) (2024-11-22)
29

310
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "event-loop-explorer",
33
"private": true,
44
"author": "Albert Trott",
5-
"version": "1.9.3",
5+
"version": "1.9.4",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

0 commit comments

Comments
 (0)