diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a8444..693ca87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.1](https://github.com/exportarts/ngx-material-data-table/compare/v1.3.0...v1.3.1) (2022-06-25) + ## [1.3.0](https://github.com/exportarts/ngx-material-data-table/compare/v1.2.0...v1.3.0) (2022-01-04) diff --git a/package-lock.json b/package-lock.json index fa43b46..1eab240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-material-data-table", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-material-data-table", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "@angular/animations": "14.0.3", diff --git a/package.json b/package.json index 0bc5ede..c9724cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-material-data-table", "description": "Base class for creating data tables based on Angular Material", - "version": "1.3.0", + "version": "1.3.1", "author": "Enzo Volkmann ", "repository": { "type": "git", diff --git a/projects/ngx-material-data-table/package.json b/projects/ngx-material-data-table/package.json index 9c34d53..acbf366 100644 --- a/projects/ngx-material-data-table/package.json +++ b/projects/ngx-material-data-table/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/exportarts/ngx-material-data-table" }, "license": "MIT", - "version": "1.3.0", + "version": "1.3.1", "peerDependencies": { "@angular/common": "^12.1.1", "@angular/core": "^12.1.1",