We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e0c1b commit ceb99faCopy full SHA for ceb99fa
README.md
@@ -27,7 +27,7 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD
27
28
29
## Changelog
30
-* 0.3.6 Support CommonJS and UMD module loader
+* 0.3.7 Support CommonJS and UMD module loader
31
* 0.3.5 Fix window resize issue
32
* 0.3.4 supports Babel6
33
* 0.2.0 supoorts React 0.14
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-text-truncate",
3
- "version": "0.3.6",
+ "version": "0.3.7",
4
"description": "Truncate text for React.js",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments