Skip to content

Commit

Permalink
chore(release): bump version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Oct 19, 2018
1 parent 990df8c commit 453ce18
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<a name="1.1.0"></a>
# [1.1.0](https://github.com/anthonynahas/ngx-linkifyjs/compare/v1.0.0...v1.1.0) (2018-10-19)


### Bug Fixes

* **package:** added tsickle's module to support angular v7 ([990df8c](https://github.com/anthonynahas/ngx-linkifyjs/commit/990df8c))


### Features

* **demo:** upgraded the demo app to v7 ([d021f28](https://github.com/anthonynahas/ngx-linkifyjs/commit/d021f28))
* **project:** supporting angular v7 ([00da028](https://github.com/anthonynahas/ngx-linkifyjs/commit/00da028))



<a name="1.0.0"></a>
# 1.0.0 (2018-07-25)
# [1.0.0](https://github.com/anthonynahas/ngx-linkifyjs/compare/72377a2...v1.0.0) (2018-07-25)


### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-linkifyjs",
"description": "Angular V7 wrapper for linkifyjs - library for finding links in plain text and converting them to HTML &lt;a&gt; tags via linkifyjs",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/anthonynahas/ngx-linkifyjs",
"author": {
"name": "Anthony Nahas",
Expand Down

0 comments on commit 453ce18

Please sign in to comment.