Skip to content

Commit

Permalink
🔖 Release v0.2.36 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Aug 24, 2021
1 parent 921be7a commit a5619bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [v0.2.36] - 2021-08-24

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

### Bug fixes

- [`921be7a`](https://github.com/BetaHuhn/metadata-scraper/commit/921be7a) Make default icon URL absolute

### Dependency updates

- [`c6a4e03`](https://github.com/BetaHuhn/metadata-scraper/commit/c6a4e03) Bump @typescript-eslint/parser from 4.29.2 to 4.29.3
- [`1d5b450`](https://github.com/BetaHuhn/metadata-scraper/commit/1d5b450) Bump @typescript-eslint/eslint-plugin from 4.29.2 to 4.29.3

## [v0.2.35] - 2021-08-23

[Release notes](https://github.com/BetaHuhn/metadata-scraper/releases/tag/v0.2.35) · [Compare](https://github.com/BetaHuhn/metadata-scraper/compare/v0.2.34...v0.2.35) · [Tag](https://github.com/BetaHuhn/metadata-scraper/tree/v0.2.35) · Archive ([zip](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.35.zip) · [tar.gz](https://github.com/BetaHuhn/metadata-scraper/archive/v0.2.35.tar.gz))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metadata-scraper",
"version": "0.2.35",
"version": "0.2.36",
"description": "A Javascript library for scraping/parsing metadata from a web page. ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit a5619bf

Please sign in to comment.