diff --git a/CHANGELOG.md b/CHANGELOG.md index ec3755f..cbf6923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ # Changelog of ng-select2 +## V17.1.1 (2025-02-04) + +### Change + +- Fix value when switching between single and multiple + ## V17.1.0 (2024-12-26) +### Change + - Add attribute `multipleDrag`: drag'n drop list of items in selection ## V17.0.0 (2024-12-23) diff --git a/projects/ng-select2-component/package.json b/projects/ng-select2-component/package.json index 00e5395..60d6e57 100644 --- a/projects/ng-select2-component/package.json +++ b/projects/ng-select2-component/package.json @@ -1,6 +1,6 @@ { "name": "ng-select2-component", - "version": "17.1.0", + "version": "17.1.1", "description": "An Angular select2 component.", "author": "York Yao, Célian Veyssière", "license": "MIT", @@ -22,10 +22,13 @@ "bugs": { "url": "https://github.com/Harvest-Dev/ng-select2/issues" }, - "homepage": "https://github.com/Harvest-Dev/ng-select2#readme", + "homepage": "https://harvest-dev.github.io/ng-select2/dist/ng-select2/browser/#/", "keywords": [ "typescript", "angular", - "select2" + "select2", + "ng-select2", + "ng-select", + "select" ] -} \ No newline at end of file +}