diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e216078..f2068517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## 5.0.1 - 2023-11-28 + +### Fixed + +- fix: do not mount to hidden modal by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/666 +- build: fix dev and watch build by specifying CSS chunk path by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/667 + +### Changed + +- Setup for Transifex by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/634 +- Dependency updates + ## 5.0.0 - 2023-10-09 ### Fixed diff --git a/package-lock.json b/package-lock.json index 43d92e51..9b04a640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/password-confirmation", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/password-confirmation", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index 5c701c0c..cc5a47d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/password-confirmation", - "version": "5.0.0", + "version": "5.0.1", "description": "Password confirmation for Nextcloud", "main": "./dist/index.cjs", "types": "./dist/index.d.ts",