This commit is contained in:
Chris Bracco
2018-03-19 16:18:21 -04:00
parent d4d5224177
commit 3b85be264e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.8.0 (March 19, 2018)
- Add test for HTML comments (thanks @ep00ch!).
# 0.7.1 (April 5, 2016)
- Add missing form button types (thanks @gnowland!).

View File

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