This commit is contained in:
Chris Bracco
2021-04-03 16:01:35 -04:00
parent 1c2a244555
commit 90c0472293
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# 0.9.6 (April 3, 2021)
- Remove classes and valid/invalid inputs.
# 0.9.5 (April 3, 2021)
- Add <picture> element (thanks @AurelioDeRosa!).

View File

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