Skip to content

Commit

Permalink
chore: release version 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Oct 26, 2023
1 parent d40d535 commit c015a09
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 15.0.0

### BREAKING CHANGES
- dropped support for Angular < 15.x.x. You need to have a peer dependency of Angular 15.0.0 or greater.

## 14.0.0
### Refactoring
* mark `TagCloudComponent` as `standalone: true`
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ https://d-koppenhagen.github.io/angular-tag-cloud-module/
| `6.0.0` and greater | `^12.0.0` and greater |
| `13.0.0` and greater | `^13.0.0` and greater |
| `14.0.0` and greater | `^14.0.0` and greater |
| `15.0.0` and greater | `^15.0.0` and greater |

# Install

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,6 +1,6 @@
{
"name": "angular-tag-cloud-module-demo",
"version": "14.0.0",
"version": "15.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit c015a09

Please sign in to comment.