From b823b68592da0a0927669f3a10fa01095f428e05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 20:53:39 +0000 Subject: [PATCH] chore(main): release 1.1.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 553c6c0..8996cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project follows Semantic Versioning. +## [1.1.2](https://github.com/pokujs/dom/compare/v1.1.1...v1.1.2) (2026-04-05) + + +### Bug Fixes + +* preserve native Event/dispatchEvent in jsdom setup for Deno compatibility ([#9](https://github.com/pokujs/dom/issues/9)) ([3e734f6](https://github.com/pokujs/dom/commit/3e734f6a6591c18b7d3f2744cc64b5667307a3d9)) + ## [1.1.1](https://github.com/pokujs/dom/compare/v1.1.0...v1.1.1) (2026-04-05) diff --git a/package-lock.json b/package-lock.json index ce065c8..edf134a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pokujs/dom", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pokujs/dom", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@testing-library/dom": "^10.4.1" diff --git a/package.json b/package.json index 56acc8d..c0213af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pokujs/dom", - "version": "1.1.1", + "version": "1.1.2", "private": false, "description": "Shared DOM testing core for Poku framework adapters.", "type": "module",