Skip to content

Commit

Permalink
chore(release): 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhmanrus committed Jun 7, 2023
1 parent 1426140 commit 87bdf56
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 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.

## [15.0.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.3.1...v15.0.0) (2023-06-07)


### Features

* support Angular Material 15 ([1426140](https://github.com/lekhmanrus/ngx-multiple-dates/commit/1426140f2232bc5704931ea499d4bc091cc2a6c7)), closes [#21](https://github.com/lekhmanrus/ngx-multiple-dates/issues/21)

### [14.3.1](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.3.0...v14.3.1) (2022-09-20)

## [14.3.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.2.0...v14.3.0) (2022-09-19)
Expand Down
4 changes: 2 additions & 2 deletions 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-multiple-dates",
"description": "Angular Multiple Dates",
"version": "14.3.1",
"version": "15.0.0",
"homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/",
"bugs": {
"url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues",
Expand Down
10 changes: 5 additions & 5 deletions projects/ngx-multiple-dates/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "ngx-multiple-dates",
"description": "Angular Multiple Dates",
"version": "14.3.1",
"version": "15.0.0",
"homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/",
"bugs": {
"url" : "https://github.com/lekhmanrus/ngx-multiple-dates/issues",
"email" : "lekhman112@gmail.com"
"url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues",
"email": "lekhman112@gmail.com"
},
"author": "Ruslan Lekhman <lekhman112@gmail.com> (https://github.com/lekhmanrus)",
"contributors": [
"Ruslan Lekhman <lekhman112@gmail.com> (https://github.com/lekhmanrus)"
],
"repository": {
"type" : "git",
"url" : "https://github.com/lekhmanrus/ngx-multiple-dates"
"type": "git",
"url": "https://github.com/lekhmanrus/ngx-multiple-dates"
},
"license": "MIT",
"readme": "https://github.com/lekhmanrus/ngx-multiple-dates/blob/master/README.md",
Expand Down

0 comments on commit 87bdf56

Please sign in to comment.