Skip to content

Commit

Permalink
release: v1.5.0 Angular 8 release (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Jun 18, 2019
1 parent d940e6f commit 099a696
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [1.5.0](https://github.com/akveo/ng2-smart-table/compare/v1.4.0...v1.5.0) (2019-06-18)

Tables updated to Angular 8.

<a name="1.4.0"></a>
# [1.4.0](https://github.com/akveo/ng2-smart-table/compare/v1.3.5...v1.4.0) (2019-02-19)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-smart-table",
"version": "1.4.0",
"version": "1.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -11,7 +11,7 @@
"test": "ng test",
"release": "npm run build:lib && npm run publish",
"publish": "npm publish --access=public dist/ng2-smart-table",
"changelog": "standard-changelog",
"changelog": "standard-changelog -p angular",
"lint": "ng lint",
"e2e": "ng e2e"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/ng2-smart-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-smart-table",
"version": "1.4.0",
"version": "1.5.0",
"description": "Angular Smart Table",
"author": "akveo",
"license": "MIT",
Expand Down

0 comments on commit 099a696

Please sign in to comment.