browser-specs 2.18.0 → 2.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,7 +4,20 @@ All changes to this project will be documented in this file. Commits titled
4
4
  "Update spec info" are generated automatically and contain updates to spec
5
5
  property values. Check the corresponding Git commit for details.
6
6
 
7
- ## [2.18.0](https://github.com/w3c/browser-specs/compare/2.17.0...2.18.0)
7
+ ## [2.19.0](https://github.com/w3c/browser-specs/compare/2.18.0...2.19.0)
8
+
9
+ ### Fixed
10
+
11
+ - Add RFC6265bis draft [`#345`](https://github.com/w3c/browser-specs/issues/345)
12
+
13
+ ### Commits
14
+
15
+ - Fetch title from nightly in preference to main URL [`a8aab11`](https://github.com/w3c/browser-specs/commit/a8aab118b5c3e1b8ab9506defeb5bdd950ceed0b)
16
+ - [data] Update spec info [`0f25951`](https://github.com/w3c/browser-specs/commit/0f25951d032fa8d4a3140ad033aaa1eaed102e2a)
17
+ - [data] Update spec info [`e5fbff7`](https://github.com/w3c/browser-specs/commit/e5fbff7f2a5bf75b3540504c3cc84be46a6c1ea0)
18
+ - Add title property [`bed45aa`](https://github.com/w3c/browser-specs/commit/bed45aacdb3cfb13a843452b2e227f5c2bfc35ac)
19
+
20
+ ## [2.18.0](https://github.com/w3c/browser-specs/compare/2.17.0...2.18.0) - 2021-12-06
8
21
 
9
22
  ### Merged
10
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "2.18.0",
3
+ "version": "2.19.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/w3c/browser-specs.git"