Skip to content

Commit 20dd80f

Browse files
committed
🔖 Release v0.2.22 [skip ci]
1 parent eb36b10 commit 20dd80f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [v0.2.22] - 2021-05-24
2+
3+
[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))
4+
5+
### Dependency updates
6+
7+
- [`a113138`](https://github.com/BetaHuhn/metadata-scraper/commit/a113138) Bump @typescript-eslint/eslint-plugin from 4.23.0 to 4.24.0
8+
- [`5371cb3`](https://github.com/BetaHuhn/metadata-scraper/commit/5371cb3) Bump @typescript-eslint/parser from 4.23.0 to 4.24.0
9+
110
## [v0.2.21] - 2021-05-17
211

312
[Release notes](https://github.com/BetaHuhn/metadata-scraper/releases/tag/v0.2.21) · [Compare](https://github.com/BetaHuhn/metadata-scraper/compare/v0.2.20...v0.2.21) · [Tag](https://github.com/BetaHuhn/metadata-scraper/tree/v0.2.21) · Archive ([zip](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.21.zip) · [tar.gz](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.21.tar.gz))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metadata-scraper",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"description": "A Javascript library for scraping/parsing metadata from a web page. ",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)