From d3101bc4168da39d96dafe3c469557592953d5e3 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Thu, 1 Jul 2021 19:18:23 +0200 Subject: [PATCH] v1.43.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0318ecc..1d602732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.43.0](https://github.com/w3c/browser-specs/compare/1.42.0...1.43.0) - 2021-07-01 + +### Merged + +- Add Organization and Groups info to index file [`#322`](https://github.com/w3c/browser-specs/pull/322) + +### Fixed + +- Add Organization and Groups info to index file (#322) [`#32`](https://github.com/w3c/browser-specs/issues/32) + ## [1.42.0](https://github.com/w3c/browser-specs/compare/1.41.1...1.42.0) - 2021-07-01 ### Merged diff --git a/package-lock.json b/package-lock.json index 7342feb9..cc7403fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "browser-specs", - "version": "1.42.0", + "version": "1.43.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a57d4c4..6810a7f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-specs", - "version": "1.42.0", + "version": "1.43.0", "repository": { "type": "git", "url": "git+https://github.com/w3c/browser-specs.git"