diff --git a/CHANGELOG.md b/CHANGELOG.md index 8555827..d1f9a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ -# 0.6.1 (February 2, 2015) +# 0.6.2 (March 14, 2016) + +- Minor formatting change (thanks @gilluminate!). +- Fix incorrect years in `CHANGELOG.md`. + +# 0.6.1 (February 2, 2016) - Simplify the instructions in `CHANGELOG.md`. - Rename `LICENSE.md` to `LICENSE`. - Update `README.md` content. -# 0.6.0 (February 1, 2015) +# 0.6.0 (February 1, 2016) - Update indentation and whitespace. - Add to npm. diff --git a/package.json b/package.json index 49ba35f..93c6771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html5-test-page", - "version": "0.6.1", + "version": "0.6.2", "description": "A page filled with common HTML elements to be used for testing purposes.", "main": "index.html", "scripts": {