From f0db740a98a70a3f2349610d39d0a97d485b4e84 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Sat, 20 Jun 2020 09:08:50 +0200 Subject: [PATCH] v1.10.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad05e6c..8ac2f787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ 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.10.0](https://github.com/w3c/browser-specs/compare/1.9.0...1.10.0) - 2020-06-20 + + +### Merged + +- Add short titles to specs.json [`#120`](https://github.com/w3c/browser-specs/pull/120) +- Add new properties to example in README, fix links in CONTRIBUTING [`#119`](https://github.com/w3c/browser-specs/pull/119) +- Use CSS21 instead of CSS2 address [`#118`](https://github.com/w3c/browser-specs/pull/118) +- Scan svgwg repository for new specs [`#117`](https://github.com/w3c/browser-specs/pull/117) +- Monitor FXTF repository for new specs [`#116`](https://github.com/w3c/browser-specs/pull/116) +- Scan for specs from Houdini repository [`#115`](https://github.com/w3c/browser-specs/pull/115) +- Add shortTitle property [`#112`](https://github.com/w3c/browser-specs/pull/112) +- Add script to assist in updating monitored specs [`#114`](https://github.com/w3c/browser-specs/pull/114) +- Identify CSS specs that should be monitored [`#109`](https://github.com/w3c/browser-specs/pull/109) +- Ignore /TR/html [`#111`](https://github.com/w3c/browser-specs/pull/111) +- Account for comparison of level-less editors draft with level'd ones [`#110`](https://github.com/w3c/browser-specs/pull/110) + + +### Commits + +- [data] Update spec info [`3928ef5`](https://github.com/w3c/browser-specs/commit/3928ef573a438ddb71bf61b1dcf475d6ab6f4fc3) +- [data] Update spec info [`f33ac66`](https://github.com/w3c/browser-specs/commit/f33ac66ba1ff84b2c2e35172d8293d0f11b1c0b6) + ## [1.9.0](https://github.com/w3c/browser-specs/compare/1.8.1...1.9.0) - 2020-06-18 diff --git a/package-lock.json b/package-lock.json index bff7569d..fde3c5d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "browser-specs", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5773f1f3..6ea1976c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-specs", - "version": "1.9.0", + "version": "1.10.0", "repository": { "type": "git", "url": "git+https://github.com/w3c/browser-specs.git"