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",