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 f70b5a5 commit dc84ee9Copy full SHA for dc84ee9
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 1.2.3
5
+* Fixed bun support (by @cehenriques).
6
+
7
## 1.2.2
8
* Fixed update on `depth` in pnpm config.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "update-browserslist-db",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
"keywords": [
"caniuse",
0 commit comments