- Add missing form button types (thanks @gnowland!).
This commit is contained in:
Chris Bracco
2016-04-06 09:30:39 -04:00
parent 58308fc6bd
commit 3a0973f6fa
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# 0.7.1 (April 5, 2016)
- Add missing form button types (thanks @gnowland!).
# 0.6.2 (March 14, 2016)
- Minor formatting change (thanks @gilluminate!).

View File

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