From 6f1773a21454b99f2a508a736043c3df0c915abe Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 21 Mar 2022 01:08:12 +0000 Subject: [PATCH] :bookmark: Release v0.2.52 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afa9c2..59fd716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v0.2.52] - 2022-03-21 + +[Release notes](https://github.com/BetaHuhn/metadata-scraper/releases/tag/v0.2.52) · [Compare](https://github.com/BetaHuhn/metadata-scraper/compare/v0.2.51...v0.2.52) · [Tag](https://github.com/BetaHuhn/metadata-scraper/tree/v0.2.52) · Archive ([zip](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.52.zip) · [tar.gz](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.52.tar.gz)) + +### Dependency updates + +- [`8f1e821`](https://github.com/BetaHuhn/metadata-scraper/commit/8f1e821) Bump tsc-watch from 4.6.1 to 4.6.2 + ## [v0.2.51] - 2022-03-14 [Release notes](https://github.com/BetaHuhn/metadata-scraper/releases/tag/v0.2.51) · [Compare](https://github.com/BetaHuhn/metadata-scraper/compare/v0.2.50...v0.2.51) · [Tag](https://github.com/BetaHuhn/metadata-scraper/tree/v0.2.51) · Archive ([zip](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.51.zip) · [tar.gz](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.51.tar.gz)) diff --git a/package-lock.json b/package-lock.json index c06bfdd..75f1197 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metadata-scraper", - "version": "0.2.51", + "version": "0.2.52", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9eae5ad..adcffcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metadata-scraper", - "version": "0.2.51", + "version": "0.2.52", "description": "A Javascript library for scraping/parsing metadata from a web page. ", "main": "lib/index.js", "types": "lib/index.d.ts",