From cabded4e3d56c3a8e8edd6532e3ae1e90765f0f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Oct 2022 12:23:36 +0000 Subject: [PATCH] chore(release): 1.10.1 [skip ci] ## [1.10.1](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.10.0...v1.10.1) (2022-10-25) ### Bug Fixes * allow config to be nullable ([9abed90](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/9abed90c1b864fe2a884cf76e535c15d2cc74728)) * bump deps ([4bb1103](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/4bb1103b3da897c6f37b86e917b3040ab52a4623)) * prefer native Web Animations API instead of @angular/animations package ([03a0035](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/03a00351662fdad98503a5daaf418569c788e00e)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- projects/ng-carousel/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88de0c1..bcf6359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.10.1](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.10.0...v1.10.1) (2022-10-25) + + +### Bug Fixes + +* allow config to be nullable ([9abed90](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/9abed90c1b864fe2a884cf76e535c15d2cc74728)) +* bump deps ([4bb1103](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/4bb1103b3da897c6f37b86e917b3040ab52a4623)) +* prefer native Web Animations API instead of @angular/animations package ([03a0035](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/03a00351662fdad98503a5daaf418569c788e00e)) + # [1.10.0](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.9.1...v1.10.0) (2022-02-10) diff --git a/package.json b/package.json index 57ae5f6..7af5bfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-carousel-demo", - "version": "1.10.0", + "version": "1.10.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ng-carousel/package.json b/projects/ng-carousel/package.json index bc4c1f2..19f6dc6 100644 --- a/projects/ng-carousel/package.json +++ b/projects/ng-carousel/package.json @@ -1,6 +1,6 @@ { "name": "ng-carousel-cdk", - "version": "1.10.0", + "version": "1.10.1", "repository": { "type": "git", "url": "https://github.com/VagrantAI-c/ng-carousel-cdk.git"