From e9e34727acb53270e87556d038de97cac0748e32 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 Jan 2023 20:06:02 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/KiraLT/isomorphic-htmlparser/compare/v1.0.0...v1.0.1) (2023-01-08) ### Bug Fixes * export IsomorphicHTMLElement interface ([3ab3a93](https://github.com/KiraLT/isomorphic-htmlparser/commit/3ab3a93df92173233b6f3ccde7e7d474ab8e62e8)) --- 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 408cb4d..a9dee59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/KiraLT/isomorphic-htmlparser/compare/v1.0.0...v1.0.1) (2023-01-08) + + +### Bug Fixes + +* export IsomorphicHTMLElement interface ([3ab3a93](https://github.com/KiraLT/isomorphic-htmlparser/commit/3ab3a93df92173233b6f3ccde7e7d474ab8e62e8)) + # 1.0.0 (2023-01-08) diff --git a/package-lock.json b/package-lock.json index 72625ea..60f2650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "isomorphic-htmlparser", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "isomorphic-htmlparser", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "cheerio": "^1.0.0-rc.12" diff --git a/package.json b/package.json index 9fffadd..0802c1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isomorphic-htmlparser", - "version": "1.0.0", + "version": "1.0.1", "description": "HTML parser that works both in JavaScript and NodeJS with TypeScript support", "keywords": [ "htmlparser",