Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
fazouane-marouane committed Feb 13, 2017
1 parent 58149a1 commit 78f89be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

## 1.1.0

* Support `lineheight`

## 1.0.0

Initial release
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ npm install --save fancy-textfill
width: 200px;
height: 50px;
}
.myText {
display: block;
}
</style>
<div class="container">
<span class="myText">Hello darkness, my old friend.</span>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fancy-textfill",
"version": "1.0.0",
"version": "1.1.0",
"description": "Fast implementation for resizing text to fill its container.",
"main": "index.js",
"repository": "https://github.com/fazouane-marouane/fancy-textfill",
Expand Down

0 comments on commit 78f89be

Please sign in to comment.