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