diff --git a/README.md b/README.md index 2732130..63e5a70 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,9 @@ https://www.npmjs.com/package/react-truncate Changelog ----------------- +1.0.17 +- Support for IE11, Edge and Firefox (thanks, @kkwiatkowski) + 1.0.16 - Remove clamp-js from package.json dependencies, as it's not maintained anymore. - Bugfix for `TypeError: elem.lastChild is null` in Firefox. diff --git a/package.json b/package.json index c772c8c..cc32013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-dotdotdot", - "version": "1.0.16", + "version": "1.0.17", "description": "Multiline text ellipsis for react", "main": "src/index.js", "scripts": {