diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2d11c..f89924f 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.2.0](https://github.com/ngneat/svg-icon/compare/v6.1.1...v6.2.0) (2022-12-28) + + +### Features + +* 🎸 add inline fallback input ([9c6cef3](https://github.com/ngneat/svg-icon/commit/9c6cef3f71d2104f22ad14d081fec24071ab40ec)) + ### [6.1.1](https://github.com/ngneat/svg-icon/compare/v6.1.0...v6.1.1) (2022-12-27) diff --git a/projects/ngneat/svg-icon/package.json b/projects/ngneat/svg-icon/package.json index 0a06da3..696056e 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.1", + "version": "6.2.0", "schematics": "./schematics/src/collection.json", "description": "A lightweight library that makes it easier to use SVG icons in your Angular Application", "dependencies": {