diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f9a82..5c244f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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!). diff --git a/package.json b/package.json index 93c6771..9e46e9d 100644 --- a/package.json +++ b/package.json @@ -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": {