diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c8f76..6c2d11c 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. +### [6.1.1](https://github.com/ngneat/svg-icon/compare/v6.1.0...v6.1.1) (2022-12-27) + + +### Bug Fixes + +* 🐛 sizes should be merged ([15926d2](https://github.com/ngneat/svg-icon/commit/15926d2c4f53e2efa27310ce32709669454c1cc2)) + ## [6.1.0](https://github.com/ngneat/svg-icon/compare/v6.0.0...v6.1.0) (2022-12-01) diff --git a/projects/ngneat/svg-icon/package.json b/projects/ngneat/svg-icon/package.json index 3de603b..0a06da3 100644 --- a/projects/ngneat/svg-icon/package.json +++ b/projects/ngneat/svg-icon/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/svg-icon", - "version": "6.1.0", + "version": "6.1.1", "schematics": "./schematics/src/collection.json", "description": "A lightweight library that makes it easier to use SVG icons in your Angular Application", "dependencies": {