Skip to content

Commit

Permalink
Update to 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Jul 24, 2024
1 parent f1c9f01 commit 343b081
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog of ng-select2

## V15.0.1 (2024-07-24)

### Changes

- Fix reset with multiple #69
- Rewrite update event #69

## V15.0.0 (2024-05-31)

### Breaking Changes
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ npm i ng-select2-component --save
> - For `angular` 10, 11 and 12 (View Engine): use version `8.1.0`.
> - For `angular` 13 (Ivy): use version `9.0.0`.
> - For `angular` 14 (Ivy): use version `10.0.0`.
> - For `angular` 15 (Ivy): use version `11.0.0`.
> - For `angular` 16 (Ivy): use version `12.0.0`.
> - For `angular` 16.1 (Ivy): use version `13.0.0`.
> - For `angular` 17 (Ivy): use version `14.0.0`.
> - For `angular` 18 and more (Ivy): use version `15.0.0`.
> - For `angular` 15 (Ivy): use version `11.1.0`.
> - For `angular` 16 (Ivy): use version `12.1.0`.
> - For `angular` 16.1 (Ivy): use version `13.0.10`.
> - For `angular` 17 (Ivy): use version `14.0.1`.
> - For `angular` 18 and more (Ivy): use version `15.0.1`.
## Demo

Expand Down
2 changes: 1 addition & 1 deletion projects/ng-select2-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-select2-component",
"version": "15.0.0",
"version": "15.0.1",
"description": "An Angular select2 component.",
"author": "York Yao, Célian Veyssière",
"license": "MIT",
Expand Down

0 comments on commit 343b081

Please sign in to comment.