diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cf54e..9cc46de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v0.2.58] - 2022-08-13 + +[Release notes](https://github.com/BetaHuhn/metadata-scraper/releases/tag/v0.2.58) · [Compare](https://github.com/BetaHuhn/metadata-scraper/compare/v0.2.57...v0.2.58) · [Tag](https://github.com/BetaHuhn/metadata-scraper/tree/v0.2.58) · Archive ([zip](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.58.zip) · [tar.gz](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.58.tar.gz)) + +### Updates + +- [`f80fc7a`](https://github.com/BetaHuhn/metadata-scraper/commit/f80fc7a) Export types (#192) +(Issues: [`#192`](https://github.com/BetaHuhn/metadata-scraper/issues/192)) + ## [v0.2.57] - 2022-06-27 [Release notes](https://github.com/BetaHuhn/metadata-scraper/releases/tag/v0.2.57) · [Compare](https://github.com/BetaHuhn/metadata-scraper/compare/v0.2.56...v0.2.57) · [Tag](https://github.com/BetaHuhn/metadata-scraper/tree/v0.2.57) · Archive ([zip](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.57.zip) · [tar.gz](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.57.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 9d54d9b..c6c50f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metadata-scraper", - "version": "0.2.57", + "version": "0.2.58", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ebedf85..e6d2bc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metadata-scraper", - "version": "0.2.57", + "version": "0.2.58", "description": "A Javascript library for scraping/parsing metadata from a web page. ", "main": "lib/index.js", "types": "lib/index.d.ts",