diff --git a/CHANGELOG.md b/CHANGELOG.md index f2068517..48ec6b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## 5.1.0 - 2024-03-22 +**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.0.1...v5.1.0 + +### Added +* enh: Migrate to NcDialog by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/697 +* enh: Compress translations to reduce bundle size by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/698 + +### Fixed +* fix: Adjust code indention to be consistent (tabs) by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/692 +* fix: Do not translate Exception error message by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/691 +* fix: Adjust peer dependency on `@nextcloud/vue` to allow stable version by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/693 + +### Changed +* Updated translations +* Updated `@nextcloud/router` to 3.0.0 +* Updated development dependencies +* Update NPM to v10 to align with the version provided by LTS Node 20 +* Make package ESM by default by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/696 + ## 5.0.1 - 2023-11-28 ### Fixed diff --git a/package-lock.json b/package-lock.json index 7c22b65a..46c34566 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/password-confirmation", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/password-confirmation", - "version": "5.0.1", + "version": "5.1.0", "license": "MIT", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index a8a29b6d..eb146cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/password-confirmation", - "version": "5.0.1", + "version": "5.1.0", "description": "Password confirmation for Nextcloud", "type": "module", "main": "./dist/index.cjs",