Skip to content

Commit 099a696

Browse files
authoredJun 18, 2019
release: v1.5.0 Angular 8 release (#1028)
1 parent d940e6f commit 099a696

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [1.5.0](https://github.com/akveo/ng2-smart-table/compare/v1.4.0...v1.5.0) (2019-06-18)
2+
3+
Tables updated to Angular 8.
4+
15
<a name="1.4.0"></a>
26
# [1.4.0](https://github.com/akveo/ng2-smart-table/compare/v1.3.5...v1.4.0) (2019-02-19)
37

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-smart-table",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -11,7 +11,7 @@
1111
"test": "ng test",
1212
"release": "npm run build:lib && npm run publish",
1313
"publish": "npm publish --access=public dist/ng2-smart-table",
14-
"changelog": "standard-changelog",
14+
"changelog": "standard-changelog -p angular",
1515
"lint": "ng lint",
1616
"e2e": "ng e2e"
1717
},

‎projects/ng2-smart-table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-smart-table",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Angular Smart Table",
55
"author": "akveo",
66
"license": "MIT",

0 commit comments

Comments
 (0)