Skip to content

Commit 646c229

Browse files
committed
chore(release): 4.0.0-beta.0
1 parent 41bac27 commit 646c229

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

CHANGELOG.md

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5+
## [4.0.0-beta.0](https://github.com/browserslist/browserslist-useragent-regexp/compare/v3.0.0...v4.0.0-beta.0) (2022-10-15)
76

8-
<!--
97

10-
DO NOT TOUCH. SAVE IT ON TOP.
8+
### ⚠ BREAKING CHANGES
119

12-
## [semver] - date
13-
### Added
14-
- ...
10+
* regexp -> regex in JS API naming, new regexes from ua-regexes-lite
11+
* now browserslist is peer dependency
12+
* NodeJS >= 14 is required, no commonjs support
1513

16-
### Changed
17-
- ...
14+
### Features
1815

19-
### Fixed
20-
- ...
16+
* `bluare` binary alias ([288b473](https://github.com/browserslist/browserslist-useragent-regexp/commit/288b4732490977e7e70038b72d94476d735214da))
17+
* browserslist as peer dependency ([eedbcc5](https://github.com/browserslist/browserslist-useragent-regexp/commit/eedbcc58794cb8cbf491027ffd651abadd27d5ed))
18+
* move to ESM ([#1450](https://github.com/browserslist/browserslist-useragent-regexp/issues/1450)) ([41456bc](https://github.com/browserslist/browserslist-useragent-regexp/commit/41456bc22b789fee57384a00abb64e0690ded08a))
19+
20+
21+
### Bug Fixes
22+
23+
* typo in cli option ([e11f219](https://github.com/browserslist/browserslist-useragent-regexp/commit/e11f2196b5b291f31f81057fa5d468c51f48e1a6))
2124

22-
### Removed
23-
- ...
2425

25-
-->
26+
* rename js api, ua-regexes-lite instead of useragents ([#1454](https://github.com/browserslist/browserslist-useragent-regexp/issues/1454)) ([332b7d8](https://github.com/browserslist/browserslist-useragent-regexp/commit/332b7d87cc83e749109f973671239eddcd026bff))
2627

2728
## [3.0.0] - 2021-02-03
2829
### Breaking

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browserslist-useragent-regexp",
33
"type": "module",
4-
"version": "3.0.2",
4+
"version": "4.0.0-beta.0",
55
"description": "A utility to compile browserslist query to a RegExp to test browser useragent.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)