Skip to content

Commit

Permalink
bump to v2.0.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat-1809 committed Dec 18, 2021
1 parent 46cf5ed commit 6f8a6b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

* Change the default directory for saving scrn-shots to `tmp`

## 2.0.0

* Return the dominant color of the page when no theme-color meta markup found.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See-Link

[![Build Status](https://img.shields.io/github/workflow/status/bharat-1809/see-link/CI?logo=github)](https://github.com/bharat-1809/see-link)
[![Package Version](https://img.shields.io/badge/npm-v2.0.0-blue)](https://www.npmjs.com/package/see-link)
[![Package Version](https://img.shields.io/badge/npm-v2.0.1-blue)](https://www.npmjs.com/package/see-link)
[![License](https://img.shields.io/badge/License-MIT-orange)](https://github.com/bharat-1809/see-link/blob/2a79daaa549d986eb05d51c8a919452f84a3b14e/LICENSE)
[![Donate](https://img.shields.io/badge/Donate-PayPal-00457C?logo=paypal)](https://www.paypal.me/bsharma1809)

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "see-link",
"version": "2.0.0",
"version": "2.0.1",
"description": "See-a-link! Get the preview metadata of the given link",
"main": "index.js",
"typings": "lib/see_link.d.ts",
Expand Down Expand Up @@ -39,8 +39,7 @@
"is-base64": "^1.1.0",
"node-fetch": "^2.6.6",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.9.0",
"puppeteer-extra-plugin-user-preferences": "^2.3.1"
"puppeteer-extra-plugin-stealth": "^2.9.0"
},
"devDependencies": {
"chai": "^4.3.4",
Expand Down

0 comments on commit 6f8a6b0

Please sign in to comment.