Skip to content

Commit

Permalink
chore(release): bump version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jul 25, 2018
1 parent 4eba5db commit e528daa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<a name="1.0.0"></a>
# 1.0.0 (2018-07-25)


### Features

* **package:** added `find` function to `NgxLinkifyjsService` ([8c666ea](https://github.com/anthonynahas/ngx-linkifyjs/commit/8c666ea))
* **package:** added `Link` interface ([72377a2](https://github.com/anthonynahas/ngx-linkifyjs/commit/72377a2))
* **package:** added `linkify` method to the service ([52e8f7d](https://github.com/anthonynahas/ngx-linkifyjs/commit/52e8f7d))
* **package:** added `linkify` pipe ([98f4b7d](https://github.com/anthonynahas/ngx-linkifyjs/commit/98f4b7d))
* **package:** added `test` function to the service ([2e49ea2](https://github.com/anthonynahas/ngx-linkifyjs/commit/2e49ea2))
* **package:** added mention to the `LinkType` enum + specs ([aeb43af](https://github.com/anthonynahas/ngx-linkifyjs/commit/aeb43af))
* **package:** added new enum `LinkType` -> email ([6307d9c](https://github.com/anthonynahas/ngx-linkifyjs/commit/6307d9c))
* **package:** added new enum `LinkType` -> url and hashtag as options ([292462b](https://github.com/anthonynahas/ngx-linkifyjs/commit/292462b))
* **package:** added the `hashtag` and `mention` plugins from linkifyjs ([5b2f91e](https://github.com/anthonynahas/ngx-linkifyjs/commit/5b2f91e))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-linkifyjs",
"description": "Angular V6 wrapper for linkifyjs - library for finding links in plain text and converting them to HTML &lt;a&gt; tags via linkifyjs",
"version": "0.0.1",
"version": "1.0.0",
"homepage": "https://github.com/anthonynahas/ngx-linkifyjs",
"author": {
"name": "Anthony Nahas",
Expand Down Expand Up @@ -34,7 +34,7 @@
"build": "gulp build",
"test": " gulp test",
"demo": " gulp build:demo",
"check-travis": " travis-status --repo=anthonynahas/ngx-linkifyjs --branch=master --fail-pending || echo 'Not yet passing'"
"check-travis": " travis-status --repo=AnthonyNahas/ngx-linkifyjs --branch=master --fail-pending || echo 'Not yet passing'"
},
"dependencies": {
"@angular/common": "^6.0.9",
Expand Down

0 comments on commit e528daa

Please sign in to comment.