diff --git a/CHANGELOG b/CHANGELOG index 2c9222c..483fdec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.1] +- Fix issues with build + ## [1.6.0] - Migrate to Angular V16 diff --git a/README.md b/README.md index 7048f84..34de52c 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ export class AppModule { } ``` ## Release Notes & History +* 1.6.1: Migrate to Angular V16 * 1.6.0: Migrate to Angular V16 * 1.5.0: Migrate to Angular V15 * 1.4.0: Migrate to Angular V14 diff --git a/projects/ngx-avatars/package.json b/projects/ngx-avatars/package.json index 1cab39f..2a6a710 100644 --- a/projects/ngx-avatars/package.json +++ b/projects/ngx-avatars/package.json @@ -1,7 +1,7 @@ { "name": "ngx-avatars", "description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.", - "version": "1.6.0", + "version": "1.6.1", "keywords": [ "angular", "avatar",