Skip to content

Commit 24918a7

Browse files
committed
npm: v6.0.1
1 parent 959d763 commit 24918a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 6.0.1 (2023-07-05)
4+
* fix(DoIUse): support string constructor argument ab7df2f095637fe52d10d65eabe47facd5cd3633
5+
* typescript: reconfigure for ts 5.x and node v16.x 44359cba909e1c6a6fb605b24ba71732ba3dda94 Use Typescript 5.x types
6+
* fix(exports/stream): constructor as default export 959d763da9e465fd2dc73e7a36c093156fa47564
7+
38
## 6.0.0 (2023-07-03)
49
* BREAKING: Drop Node v12 and v14 support
510
* Add caniuse features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doiuse",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Lint CSS for browser support against caniuse database",
55
"main:": "./exports/index.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)