This commit is contained in:
Chris Bracco 2021-04-03 14:54:55 -04:00
parent 66a77835cc
commit 1fecd23aa7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.9.0 (March 19, 2018)
- Add <details>, <address>, <object>, <embed>, <datalist> (thanks @jKratzik!).
# 0.8.0 (March 19, 2018)
- Add test for HTML comments (thanks @ep00ch!).

View File

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