This commit is contained in:
Chris Bracco
2021-04-03 15:54:12 -04:00
parent d882dfcb48
commit a0c969b93e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# 0.9.5 (April 3, 2021)
- Add <picture> element (thanks @AurelioDeRosa!).
# 0.9.4 (April 3, 2021) # 0.9.4 (April 3, 2021)
- Remove unnecessary role attributes. Update headings (thanks @gipsi!). - Remove unnecessary role attributes. Update headings (thanks @gipsi!).

View File

@@ -1,6 +1,6 @@
{ {
"name": "html5-test-page", "name": "html5-test-page",
"version": "0.9.4", "version": "0.9.5",
"description": "A page filled with common HTML elements to be used for testing purposes.", "description": "A page filled with common HTML elements to be used for testing purposes.",
"main": "index.html", "main": "index.html",
"scripts": { "scripts": {