From 032750bf4c18d4ab215501fc702d0ea9de49cc21 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Wed, 2 Feb 2022 18:56:59 +0100 Subject: [PATCH] v2.27.0 --- CHANGELOG.md | 17 ++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a76f6846..700fdec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,22 @@ All changes to this project will be documented in this file. Commits titled "Update spec info" are generated automatically and contain updates to spec property values. Check the corresponding Git commit for details. -## [2.26.0](https://github.com/w3c/browser-specs/compare/2.25.0...2.26.0) +## [2.27.0](https://github.com/w3c/browser-specs/compare/2.26.0...2.27.0) + + +### Merged + +- Reflect new URLs of event-timing and largest-contentful-paint [`#491`](https://github.com/w3c/browser-specs/pull/491) +- Force title for TC39 Intl proposals [`#490`](https://github.com/w3c/browser-specs/pull/490) +- Add TC39 Intl NumberFormat v3 proposal [`#489`](https://github.com/w3c/browser-specs/pull/489) + + +### Commits + +- [data] Update spec info [`483d73a`](https://github.com/w3c/browser-specs/commit/483d73a8dda153139d3c6b9d1ac7b469af65fafb) +- [data] Update spec info [`68019a6`](https://github.com/w3c/browser-specs/commit/68019a60a9a94ec373f364ba6a2466dd2dad93c1) + +## [2.26.0](https://github.com/w3c/browser-specs/compare/2.25.0...2.26.0) - 2022-02-01 ### Merged diff --git a/package-lock.json b/package-lock.json index cc9308b2..ed89aa81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "browser-specs", - "version": "2.26.0", + "version": "2.27.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b80bfb99..5b86dbcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-specs", - "version": "2.26.0", + "version": "2.27.0", "repository": { "type": "git", "url": "git+https://github.com/w3c/browser-specs.git"