Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 15, 2020
1 parent eaa6a05 commit 939c601
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.0 (2020-05-15)

- Dropped support for Node.js < 8
- Added TypeScript definition (#3, thanks to @geopic)
- Bumped deps, added eslint & coverage, ES6, fix codestyle

## 1.1.0 (2020-01-05)

- Added the way to omit ellipsis symbol by passing a falsy value or the empty string for `ellipsis` option (#1)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fixed-width-string",
"version": "1.1.0",
"version": "2.0.0",
"description": "Terminal ANSI-aware string fit to fixed width",
"license": "MIT",
"repository": "lahmatiy/fixed-width-string",
Expand Down

0 comments on commit 939c601

Please sign in to comment.