Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Dec 6, 2023
1 parent 814ca82 commit 69fbc87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.1

- Added ESM fields to package.json to resolve npm warnings.

## 2.0.0

- Dropped support for CommonJS
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "find-chrome-bin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Finds local Chromium binary to use it with puppeteer-core",
"main": "index.js",
"exports": {
"import": "./index.js"
},
"keywords": [
"chrome",
"chromium",
Expand Down

0 comments on commit 69fbc87

Please sign in to comment.