Skip to content

Commit

Permalink
Update with Sept 2024 revision (#40)
Browse files Browse the repository at this point in the history
* Update with Sept 2024 revision

* Update changelog

* 2.10.0
  • Loading branch information
mstuart committed Sep 6, 2024
1 parent 3abe2e2 commit e701f36
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.10.0]

### Changed

- Reflect changes of Browser Policy Sept 2024

## [2.9.0]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports = [
'Chrome >= 103',
'Firefox >= 78',
'Safari >= 12',
'Safari >= 13',
'Edge >= 109',
'Opera >= 95',
'ChromeAndroid >= 106',
'ChromeAndroid >= 111',
'ios_saf >= 14'
];
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebay/browserslist-config",
"version": "2.9.0",
"version": "2.10.0",
"description": "The Browserslist config for eBay.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e701f36

Please sign in to comment.