diff --git a/CHANGELOG.md b/CHANGELOG.md index dfee519..3eda024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.1.0 +- Fixed UI issues with material 17 +- Added due-date in the content shared + ## 4.0.0 - Updated to angular 17 diff --git a/package-lock.json b/package-lock.json index 5e3f59b..eadba19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "things-to-do", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "things-to-do", - "version": "4.0.0", + "version": "4.1.0", "dependencies": { "@angular/animations": "^17.3.4", "@angular/cdk": "^17.3.4", diff --git a/package.json b/package.json index c4dc38d..af36a5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "things-to-do", - "version": "4.0.0", + "version": "4.1.0", "description": "A light and fast todo-app, built with angular 17", "author": { "email": "anirban.mjee@gmail.com",