Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Feb 15, 2021
1 parent 9cddb98 commit 8c968cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "shorten-repo-url",
"version": "2.0.1",
"version": "2.1.0",
"description": "Shorten GitHub URLs like GitHub shortens Issues and Commit URLs",
"keywords": [
"commit",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -4,7 +4,7 @@
![Demo](https://user-images.githubusercontent.com/1402241/27252232-8fdf8ed0-538b-11e7-8f19-12d317c9cd32.png)

Look at [the tests](https://github.com/fregante/shorten-repo-url/blob/master/test.js) to see what each URL is shortened to. GitLab URLs are mostly compatible but they're not officially supported.
Look at [the tests](https://github.com/fregante/shorten-repo-url/blob/main/test.js) to see what each URL is shortened to. GitLab URLs are mostly compatible but they're not officially supported.

It works on any domain, so GitHub Enterprise is also supported.

Expand Down

0 comments on commit 8c968cc

Please sign in to comment.