From 036525cde6ec8fa13ffc1e39aae44ecdfbc6f93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Hlad=C3=ADk?= Date: Thu, 17 Oct 2024 21:21:41 +0200 Subject: [PATCH] =?UTF-8?q?chore(update):=20patch=20release=202.1.3=20?= =?UTF-8?q?=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- projects/ngx-repeat/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a36d40..3346262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.1.3](https://github.com/Celtian/ngx-repeat/compare/v2.1.2...v2.1.3) + +- deps updated [`#17`](https://github.com/Celtian/ngx-repeat/pull/17) +- chore(deps): deps updated [`1560d29`](https://github.com/Celtian/ngx-repeat/commit/1560d297a5d150d0c1330366bb8155dc35891e22) +- chore(tests): unused file removed [`80df49e`](https://github.com/Celtian/ngx-repeat/commit/80df49eba19d6a675c7f33e1927b14315fbe2038) + #### [v2.1.2](https://github.com/Celtian/ngx-repeat/compare/v2.1.1...v2.1.2) +> 31 May 2024 + - minor deps updated [`#16`](https://github.com/Celtian/ngx-repeat/pull/16) - chore(tests): coverage added [`#15`](https://github.com/Celtian/ngx-repeat/pull/15) - Feat/jest optimized [`#14`](https://github.com/Celtian/ngx-repeat/pull/14) - chore(jest): config optimized [`c6ea4c5`](https://github.com/Celtian/ngx-repeat/commit/c6ea4c583b07ec8358369eac59e076fe3a8eb9dd) - chore(jest): jest optimized [`66d416d`](https://github.com/Celtian/ngx-repeat/commit/66d416d6028ef36e3018ecce26e2b7accfa6a307) -- chore(deps): minor deps updated [`219ab48`](https://github.com/Celtian/ngx-repeat/commit/219ab4877cd5374904c15a4d8403b94d8ea616c4) +- chore(update): patch release 2.1.2 🐛 [`cd1509c`](https://github.com/Celtian/ngx-repeat/commit/cd1509c23f232f1557b8eb1f165e0a7204e49d12) #### [v2.1.1](https://github.com/Celtian/ngx-repeat/compare/v2.1.0...v2.1.1) diff --git a/package.json b/package.json index 61a0c73..15e936a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-repeat", - "version": "2.1.2", + "version": "2.1.3", "author": { "name": "Dominik Hladík", "email": "dominik.hladik@seznam.cz", diff --git a/projects/ngx-repeat/package.json b/projects/ngx-repeat/package.json index 90e1cda..25102db 100644 --- a/projects/ngx-repeat/package.json +++ b/projects/ngx-repeat/package.json @@ -1,6 +1,6 @@ { "name": "ngx-repeat", - "version": "2.1.2", + "version": "2.1.3", "author": { "name": "Dominik Hladík", "email": "dominik.hladik@seznam.cz",