diff --git a/devtools/src/devtools.js b/devtools/src/devtools.js index 6688556159..ae8232c7cf 100644 --- a/devtools/src/devtools.js +++ b/devtools/src/devtools.js @@ -2,7 +2,7 @@ import { options, Fragment, Component } from 'preact'; export function initDevTools() { if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) { - window.__PREACT_DEVTOOLS__.attachPreact('10.5.10', options, { + window.__PREACT_DEVTOOLS__.attachPreact('10.5.11', options, { Fragment, Component }); diff --git a/package-lock.json b/package-lock.json index c1f8e699ce..b74b28505f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "preact", - "version": "10.5.10", + "version": "10.5.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a37e2409af..7b692e204b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact", "amdName": "preact", - "version": "10.5.10", + "version": "10.5.11", "private": false, "description": "Fast 3kb React-compatible Virtual DOM library.", "main": "dist/preact.js",