From 4923173d4abce7f78370bd8a41ef3c85c26a1bec Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 31 May 2021 02:06:15 +0000 Subject: [PATCH] :bookmark: Release v0.2.23 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6205346..8ded6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v0.2.23] - 2021-05-31 + +[Release notes](https://github.com/BetaHuhn/metadata-scraper/releases/tag/v0.2.23) · [Compare](https://github.com/BetaHuhn/metadata-scraper/compare/v0.2.22...v0.2.23) · [Tag](https://github.com/BetaHuhn/metadata-scraper/tree/v0.2.23) · Archive ([zip](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.23.zip) · [tar.gz](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.23.tar.gz)) + +### Dependency updates + +- [`a87fa04`](https://github.com/BetaHuhn/metadata-scraper/commit/a87fa04) Bump eslint from 7.26.0 to 7.27.0 +- [`888ee22`](https://github.com/BetaHuhn/metadata-scraper/commit/888ee22) Bump @typescript-eslint/parser from 4.24.0 to 4.25.0 +- [`518e881`](https://github.com/BetaHuhn/metadata-scraper/commit/518e881) Bump @typescript-eslint/eslint-plugin from 4.24.0 to 4.25.0 +- [`711b9fc`](https://github.com/BetaHuhn/metadata-scraper/commit/711b9fc) Bump typescript from 4.2.4 to 4.3.2 +- [`e359275`](https://github.com/BetaHuhn/metadata-scraper/commit/e359275) Bump tsc-watch from 4.2.9 to 4.4.0 + ## [v0.2.22] - 2021-05-24 [Release notes](https://github.com/BetaHuhn/metadata-scraper/releases/tag/v0.2.22) · [Compare](https://github.com/BetaHuhn/metadata-scraper/compare/v0.2.21...v0.2.22) · [Tag](https://github.com/BetaHuhn/metadata-scraper/tree/v0.2.22) · Archive ([zip](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.22.zip) · [tar.gz](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.22.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 932b8ab..03a81f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metadata-scraper", - "version": "0.2.22", + "version": "0.2.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dec793d..02c8b02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metadata-scraper", - "version": "0.2.22", + "version": "0.2.23", "description": "A Javascript library for scraping/parsing metadata from a web page. ", "main": "lib/index.js", "types": "lib/index.d.ts",