Skip to content

Commit a930298

Browse files
chore(release): 4.8.0 [skip ci]
# [4.8.0](v4.7.0...v4.8.0) (2026-04-28) ### Features * Validate timeout option value in wait() and watch() ([#69](#69)) ([3ba8032](3ba8032))
1 parent 3ba8032 commit a930298

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.8.0](https://github.com/untemps/dom-observer/compare/v4.7.0...v4.8.0) (2026-04-28)
2+
3+
4+
### Features
5+
6+
* Validate timeout option value in wait() and watch() ([#69](https://github.com/untemps/dom-observer/issues/69)) ([3ba8032](https://github.com/untemps/dom-observer/commit/3ba80321bc9cd781355215ff3b63203f2ee55409))
7+
18
# [4.7.0](https://github.com/untemps/dom-observer/compare/v4.6.0...v4.7.0) (2026-04-28)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@untemps/dom-observer",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"description": "Class to observe DOM mutations",
55
"repository": "git@github.com:untemps/dom-observer.git",
66
"keywords": [

0 commit comments

Comments
 (0)