diff --git a/packages/hint-button-type/CHANGELOG.md b/packages/hint-button-type/CHANGELOG.md index 94a4b7741ef..1fef35a34b9 100644 --- a/packages/hint-button-type/CHANGELOG.md +++ b/packages/hint-button-type/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.0.0 (February 7, 2019) + +## Breaking Changes + +* [[`8891092288`](https://github.com/webhintio/hint/commit/88910922880ce7963192845f879c3df2609d75be)] - Breaking: Change category to `pitfalls` (by [`Jesus David GarcĂ­a Gomez`](https://github.com/sarvaje)). + + # 1.0.1 (January 17, 2019) ## Bug fixes / Improvements diff --git a/packages/hint-button-type/package.json b/packages/hint-button-type/package.json index fd9ee518d1a..e196a89d1cd 100644 --- a/packages/hint-button-type/package.json +++ b/packages/hint-button-type/package.json @@ -65,5 +65,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "1.0.1" + "version": "2.0.0" }