Skip to content

Commit 2201e58

Browse files
committed
🔖 Release v0.2.28 [skip ci]
1 parent 34f8c37 commit 2201e58

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v0.2.28] - 2021-07-05
2+
3+
[Release notes](https://github.com/BetaHuhn/metadata-scraper/releases/tag/v0.2.28) · [Compare](https://github.com/BetaHuhn/metadata-scraper/compare/v0.2.27...v0.2.28) · [Tag](https://github.com/BetaHuhn/metadata-scraper/tree/v0.2.28) · Archive ([zip](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.28.zip) · [tar.gz](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.28.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`b93275e`](https://github.com/BetaHuhn/metadata-scraper/commit/b93275e) Bump @typescript-eslint/parser from 4.28.0 to 4.28.1
8+
- [`414234e`](https://github.com/BetaHuhn/metadata-scraper/commit/414234e) Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1
9+
- [`d22c00e`](https://github.com/BetaHuhn/metadata-scraper/commit/d22c00e) Bump typescript from 4.3.4 to 4.3.5
10+
111
## [v0.2.27] - 2021-06-28
212

313
[Release notes](https://github.com/BetaHuhn/metadata-scraper/releases/tag/v0.2.27) · [Compare](https://github.com/BetaHuhn/metadata-scraper/compare/v0.2.26...v0.2.27) · [Tag](https://github.com/BetaHuhn/metadata-scraper/tree/v0.2.27) · Archive ([zip](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.27.zip) · [tar.gz](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.27.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.27",
3+
"version": "0.2.28",
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)