diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..efecfed --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [1.0.0](https://github.com/mauriciolauffer/openui5-password/compare/v0.1.14...v1.0.0) (2023-12-05) + + +### ⚠ BREAKING CHANGES + +* Use new sap.ui.core.Lib from v1.120.0 + +### Features + +* Use new sap.ui.core.Lib from v1.120.0 ([b9f2761](https://github.com/mauriciolauffer/openui5-password/commit/b9f2761799a95dcd22c233f930fb86c4ca027819)) diff --git a/package-lock.json b/package-lock.json index 9d6cc11..8bb56cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openui5-password", - "version": "0.1.14", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openui5-password", - "version": "0.1.14", + "version": "1.0.0", "license": "MIT", "dependencies": { "zxcvbn": "^4.4.2" diff --git a/package.json b/package.json index 5f7471e..eac5950 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openui5-password", - "version": "0.1.14", + "version": "1.0.0", "description": "An OpenUI5 Control which checks password strength and validates it against predefined rules", "homepage": "https://github.com/mauriciolauffer/openui5-password#readme", "author": "Mauricio Lauffer",