diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..214ab826 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-01-25) + + +### Features + +* add angular material packages ([#2](https://github.com/RadioRoster/dashboard/issues/2)) ([3f39a95](https://github.com/RadioRoster/dashboard/commit/3f39a9558ecb28c8cc43ed6aa8c98c1006096d90)) diff --git a/package-lock.json b/package-lock.json index 95249f34..1aa793ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dashboard", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dashboard", - "version": "0.0.0", + "version": "1.0.0", "dependencies": { "@angular/animations": "17.0.8", "@angular/cdk": "17.0.4", diff --git a/package.json b/package.json index 7d23f0c3..807ca2f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "0.0.0", + "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve",