Skip to content

Commit

Permalink
Merge pull request #14 from sineverba/add-badges
Browse files Browse the repository at this point in the history
Add badges
  • Loading branch information
sineverba committed Feb 16, 2021
2 parents 25afca5 + 912d328 commit b07c7f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,7 @@
# 0.2.0
# Next version
+ Add badges

## 0.2.0
+ Fix issue with npm token env var
+ Complete truncate

Expand Down
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
| CI / CD | Status |
| ------- | ------ |
| NPM | [![npm version](https://badge.fury.io/js/shortfield.svg)](https://badge.fury.io/js/shortfield) |
| Semaphore CI | [![Build Status](https://sineverba.semaphoreci.com/badges/npm-pkg-shortfield/branches/master.svg)](https://sineverba.semaphoreci.com/projects/npm-pkg-shortfield) |
| Coverall | [![Coverage Status](https://coveralls.io/repos/github/sineverba/npm-pkg-shortfield/badge.svg?branch=master)](https://coveralls.io/github/sineverba/npm-pkg-shortfield?branch=master) |

`short field` returns a string truncated after 10 characters, concatenated with "..." (three dots).
Expand Down

0 comments on commit b07c7f7

Please sign in to comment.