From a317fa255e9d1dc4ef41d3868be89238029ccdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Hlad=C3=ADk?= Date: Sat, 10 Feb 2024 17:10:39 +0100 Subject: [PATCH] =?UTF-8?q?chore(update):=20patch=20release=202.0.1=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 | 9 ++++++++- package.json | 2 +- projects/ngx-fixed-footer/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b005f6..cb9fb93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ 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.0.0](https://github.com/Celtian/ngx-fixed-footer/compare/v1.2.0...v2.0.0) +#### [v2.0.1](https://github.com/Celtian/ngx-fixed-footer/compare/v2.0.0...v2.0.1) + +- deps updated & actions updated [`#14`](https://github.com/Celtian/ngx-fixed-footer/pull/14) +- chore(deps): deps updated [`e1e3494`](https://github.com/Celtian/ngx-fixed-footer/commit/e1e34941995009ddbc39bcb62f1227a4ded475aa) + +### [v2.0.0](https://github.com/Celtian/ngx-fixed-footer/compare/v1.2.0...v2.0.0) + +> 26 December 2023 - Feat/angular 17 [`#13`](https://github.com/Celtian/ngx-fixed-footer/pull/13) - chore(standalone): standalone support added [`86aed2b`](https://github.com/Celtian/ngx-fixed-footer/commit/86aed2b9f40984d259ba1b17b41cbac6e1383234) diff --git a/package.json b/package.json index 329c252..a5f1a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-fixed-footer", - "version": "2.0.0", + "version": "2.0.1", "author": { "name": "Dominik Hladík", "email": "dominik.hladik@seznam.cz", diff --git a/projects/ngx-fixed-footer/package.json b/projects/ngx-fixed-footer/package.json index 65eabe3..7883a7f 100644 --- a/projects/ngx-fixed-footer/package.json +++ b/projects/ngx-fixed-footer/package.json @@ -1,6 +1,6 @@ { "name": "ngx-fixed-footer", - "version": "2.0.0", + "version": "2.0.1", "author": { "name": "Dominik Hladík", "email": "dominik.hladik@seznam.cz",