Skip to content

Commit

Permalink
npm: v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Jul 5, 2023
1 parent 959d763 commit 24918a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 6.0.1 (2023-07-05)
* fix(DoIUse): support string constructor argument ab7df2f095637fe52d10d65eabe47facd5cd3633
* typescript: reconfigure for ts 5.x and node v16.x 44359cba909e1c6a6fb605b24ba71732ba3dda94 Use Typescript 5.x types
* fix(exports/stream): constructor as default export 959d763da9e465fd2dc73e7a36c093156fa47564

## 6.0.0 (2023-07-03)
* BREAKING: Drop Node v12 and v14 support
* Add caniuse features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doiuse",
"version": "6.0.0",
"version": "6.0.1",
"description": "Lint CSS for browser support against caniuse database",
"main:": "./exports/index.cjs",
"type": "module",
Expand Down

0 comments on commit 24918a7

Please sign in to comment.