From 1aafd6a4792b5cf0e617ad9dc349c24a98b3f087 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Thu, 29 Oct 2020 18:07:35 +0300 Subject: [PATCH] release: 1.7.1 (#1219) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- projects/ng2-smart-table/package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de013d09f..6922160a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.7.1](https://github.com/yggg/ng2-smart-table/compare/v1.7.0...v1.7.1) (2020-10-29) + + +### Features + +* add hide column configuration property ([#1151](https://github.com/yggg/ng2-smart-table/issues/1151)) ([0d43219](https://github.com/yggg/ng2-smart-table/commit/0d43219)) + + + # [1.7.0](https://github.com/yggg/ng2-smart-table/compare/v1.6.0...v1.7.0) (2020-10-08) diff --git a/package-lock.json b/package-lock.json index 7c76a5f2f..555b78a92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ng2-smart-table", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d98da35ec..96a5b6558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-smart-table", - "version": "1.7.0", + "version": "1.7.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ng2-smart-table/package.json b/projects/ng2-smart-table/package.json index ec4374a9e..104785aca 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.7.0", + "version": "1.7.1", "description": "Angular Smart Table", "author": "akveo", "license": "MIT",