Skip to content

Commit c015a09

Browse files
committed
chore: release version 15.0.0
1 parent d40d535 commit c015a09

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 15.0.0
2+
3+
### BREAKING CHANGES
4+
- dropped support for Angular < 15.x.x. You need to have a peer dependency of Angular 15.0.0 or greater.
5+
16
## 14.0.0
27
### Refactoring
38
* mark `TagCloudComponent` as `standalone: true`

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ https://d-koppenhagen.github.io/angular-tag-cloud-module/
3939
| `6.0.0` and greater | `^12.0.0` and greater |
4040
| `13.0.0` and greater | `^13.0.0` and greater |
4141
| `14.0.0` and greater | `^14.0.0` and greater |
42+
| `15.0.0` and greater | `^15.0.0` and greater |
4243

4344
# Install
4445

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tag-cloud-module-demo",
3-
"version": "14.0.0",
3+
"version": "15.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

0 commit comments

Comments
 (0)