From 5f72e47584b11150300f67863619d23583b96568 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 26 Apr 2021 13:29:09 +0200 Subject: [PATCH] v1.35.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 883a5b2d..9c505775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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. +## [1.35.0](https://github.com/w3c/browser-specs/compare/1.34.2...1.35.0) - 2021-04-26 + +### Merged + +- Add DNT, SVG 1.1, and Manifest App info specs [`#285`](https://github.com/w3c/browser-specs/pull/285) +- Mark Secure Payment Confirmation as to be monitored [`#278`](https://github.com/w3c/browser-specs/pull/278) + +### Fixed + +- Mark Secure Payment Confirmation as to be monitored (#278) [`#277`](https://github.com/w3c/browser-specs/issues/277) + +### Commits + +- [data] Update spec info [`b89e17e`](https://github.com/w3c/browser-specs/commit/b89e17e5ca95f4d51cc2667d5fa8f488709bb192) +- [data] Update spec info [`a6c1611`](https://github.com/w3c/browser-specs/commit/a6c1611e02ea27e09c0bfd2817fc3f05c160e14a) + ## [1.34.2](https://github.com/w3c/browser-specs/compare/1.34.1...1.34.2) - 2021-04-16 ### Commits diff --git a/package-lock.json b/package-lock.json index e6d92950..399c5c82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "browser-specs", - "version": "1.34.2", + "version": "1.35.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c64f0770..93f9de8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-specs", - "version": "1.34.2", + "version": "1.35.0", "repository": { "type": "git", "url": "git+https://github.com/w3c/browser-specs.git"