From 62e89765f04f10c3f3f776cac9acb7750373ec5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0tumpa?= Date: Mon, 14 Mar 2022 15:34:56 +0100 Subject: [PATCH] chore(release): 3.0.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4fa84..f9f9e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [3.0.5](https://github.com/stumpam/ngx-cz-id/compare/v3.0.4...v3.0.5) (2022-03-14) + + +### Bug Fixes + +* add angular/cdk to peer dependencies ([67d43c0](https://github.com/stumpam/ngx-cz-id/commit/67d43c04454f6f56c2c8d77e6d09289e0b0f3759)) + ### [3.0.4](https://github.com/stumpam/ngx-cz-id/compare/v3.0.3...v3.0.4) (2022-03-03) diff --git a/package.json b/package.json index 84b7720..16b1e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-cz-id", - "version": "3.0.4", + "version": "3.0.5", "license": "MIT", "scripts": { "release": "standard-version",