diff --git a/CHANGELOG.md b/CHANGELOG.md index 188cf0badd8..d59a14f6549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.12.0](https://github.com/EddieHubCommunity/LinkFree/compare/v0.11.3...v0.12.0) (2021-09-14) + + +### Features + +* increase `scale` on hovering links ([#160](https://github.com/EddieHubCommunity/LinkFree/issues/160)) ([f9680e7](https://github.com/EddieHubCommunity/LinkFree/commit/f9680e7ad6ec59a1aa7735658d7ad4f4c91ec3da)) + + + ## [0.11.3](https://github.com/EddieHubCommunity/LinkFree/compare/v0.11.2...v0.11.3) (2021-09-13) @@ -34,12 +43,3 @@ -## [0.10.6](https://github.com/EddieHubCommunity/LinkFree/compare/v0.10.5...v0.10.6) (2021-09-13) - - -### Bug Fixes - -* link colors and RoshanMhatre data([#150](https://github.com/EddieHubCommunity/LinkFree/issues/150)) ([f951eb0](https://github.com/EddieHubCommunity/LinkFree/commit/f951eb0315713a13fb8aa428efae7e234612ebcb)) - - - diff --git a/package.json b/package.json index ff54d64ef9d..1ff60f6fd92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkfree", - "version": "0.11.3", + "version": "0.12.0", "private": false, "homepage": ".", "dependencies": { @@ -54,4 +54,4 @@ "eslint-plugin-react": "^7.25.1", "prettier": "2.4.0" } -} +} \ No newline at end of file