Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evolkmann committed Jan 4, 2022
1 parent 8b32941 commit 63f83fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.0](https://github.com/exportarts/ngx-material-data-table/compare/v1.2.0...v1.3.0) (2022-01-04)


### Features

* **table:** add `configChange` event emitter ([8b32941](https://github.com/exportarts/ngx-material-data-table/commit/8b32941bb5d9a101a47be3b2cdd6dedc1940b7f3))

## [1.2.0](https://github.com/exportarts/ngx-material-data-table/compare/v1.1.3-pre.0...v1.2.0) (2022-01-04)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-material-data-table",
"description": "Base class for creating data tables based on Angular Material",
"version": "1.2.0",
"version": "1.3.0",
"author": "Enzo Volkmann <[email protected]>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-material-data-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/exportarts/ngx-material-data-table"
},
"license": "MIT",
"version": "1.2.0",
"version": "1.3.0",
"peerDependencies": {
"@angular/common": "^12.1.1",
"@angular/core": "^12.1.1",
Expand Down

0 comments on commit 63f83fe

Please sign in to comment.