From 099a69669e1b222f1ce14a29cd30e3b736ce6608 Mon Sep 17 00:00:00 2001 From: Dmitry Nehaychik <4dmitr@gmail.com> Date: Tue, 18 Jun 2019 15:52:31 +0300 Subject: [PATCH] release: v1.5.0 Angular 8 release (#1028) --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- projects/ng2-smart-table/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc915a7ee..f3b5c694c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + # [1.4.0](https://github.com/akveo/ng2-smart-table/compare/v1.3.5...v1.4.0) (2019-02-19) diff --git a/package.json b/package.json index c3a1aa342..d02fa7f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-smart-table", - "version": "1.4.0", + "version": "1.5.0", "scripts": { "ng": "ng", "start": "ng serve", @@ -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" }, diff --git a/projects/ng2-smart-table/package.json b/projects/ng2-smart-table/package.json index 06ae215ff..9ef3b0b4c 100644 --- a/projects/ng2-smart-table/package.json +++ b/projects/ng2-smart-table/package.json @@ -1,6 +1,6 @@ { "name": "ng2-smart-table", - "version": "1.4.0", + "version": "1.5.0", "description": "Angular Smart Table", "author": "akveo", "license": "MIT",