We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959d763 commit 24918a7Copy full SHA for 24918a7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
## 6.0.0 (2023-07-03)
9
* BREAKING: Drop Node v12 and v14 support
10
* Add caniuse features
package.json
@@ -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",
0 commit comments