diff --git a/CHANGELOG.md b/CHANGELOG.md index 74aa6b1..fbf7d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.0.4](https://github-serping/serping/cheerio-tree/compare/v1.0.3...v1.0.4) (2024-07-17) + ### [1.0.3](https://github-serping/serping/cheerio-tree/compare/v1.0.2...v1.0.3) (2024-07-17) ### [1.0.2](https://github-serping/serping/cheerio-tree/compare/v1.0.1...v1.0.2) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index f1225f5..f0185be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cheerio-tree", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cheerio-tree", - "version": "1.0.3", + "version": "1.0.4", "dependencies": { "cheerio": "^1.0.0-rc.12", "turndown": "^7.2.0" diff --git a/package.json b/package.json index e5af05c..62eba8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cheerio-tree", - "version": "1.0.3", + "version": "1.0.4", "description": "**Cheerio Tree** is a powerful utility built on **Cheerio**, designed for efficient DOM parsing. It enables rapid conversion of **HTML data into JSON format**. When paired with **YAML**, it provides an intuitive and streamlined approach to data handling and transformation.", "main": "index.js", "scripts": {