diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4682b2..1cd78f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.0.10](https://github.com/remarkablemark/html-dom-parser/compare/v5.0.9...v5.0.10) (2024-08-28) + + +### Continuous Integration + +* **github:** publish package to npm registry with provenance ([e023fe8](https://github.com/remarkablemark/html-dom-parser/commit/e023fe8535c73c5b01837a114d6336c409e2ab17)) + ## [5.0.9](https://github.com/remarkablemark/html-dom-parser/compare/v5.0.8...v5.0.9) (2024-07-18) diff --git a/package-lock.json b/package-lock.json index 971e89da..f6ddeae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "html-dom-parser", - "version": "5.0.9", + "version": "5.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "html-dom-parser", - "version": "5.0.9", + "version": "5.0.10", "license": "MIT", "dependencies": { "domhandler": "5.0.3", diff --git a/package.json b/package.json index 3f30db4b..cb5d4ac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-dom-parser", - "version": "5.0.9", + "version": "5.0.10", "description": "HTML to DOM parser.", "author": "Mark ", "main": "./lib/index.js",