From 10d163c985277a8c8110fb9b8a7fef276fb86deb Mon Sep 17 00:00:00 2001 From: Mihail Akimenko Date: Mon, 4 Dec 2023 22:45:41 +0200 Subject: [PATCH] chore(release): 0.0.6 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa44896..fb1deea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.6](https://github.com/makimenko/vect/compare/v0.0.5...v0.0.6) (2023-12-04) + + +### Features + +* upgrade to Angular 17 ([cc4566a](https://github.com/makimenko/vect/commit/cc4566ad9b28277f863c3f382339dd368bfd25ba)) + + +### Bug Fixes + +* disable cli analytics ([5e6c934](https://github.com/makimenko/vect/commit/5e6c93422c8f0e058647175a75fd62bd40527153)) +* loader background color ([c6ade57](https://github.com/makimenko/vect/commit/c6ade5755ddfb0ed8b5a5b33a38d9674aed2777a)) + ### [0.0.5](https://github.com/makimenko/vect/compare/v0.0.4...v0.0.5) (2023-11-30) diff --git a/package-lock.json b/package-lock.json index f49fee0..be79560 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vect", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vect", - "version": "0.0.5", + "version": "0.0.6", "dependencies": { "@angular/animations": "^17.0.5", "@angular/cdk": "^17.0.2", diff --git a/package.json b/package.json index 47419d5..ba0e24a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vect", - "version": "0.0.5", + "version": "0.0.6", "scripts": { "ng": "ng", "start": "ng serve",