This commit is contained in:
Chris Bracco
2021-04-19 11:48:23 -04:00
parent 9d912a6d7d
commit 714dc01c78
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# 0.9.7 (April 3, 2021)
- Self-close option tags (thanks @ConnorJamesLow!).
# 0.9.6 (April 3, 2021)
- Remove classes and valid/invalid inputs.

View File

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