Skip to content

Commit

Permalink
chore(release): 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Jul 24, 2023
1 parent fed8995 commit d4c1a4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [7.1.0](https://github.com/ngneat/svg-icon/compare/v7.0.0...v7.1.0) (2023-07-24)


### Features

* 🎸 add injectRegisterIcons ([#138](https://github.com/ngneat/svg-icon/issues/138)) ([fed8995](https://github.com/ngneat/svg-icon/commit/fed89957719fd76768801458a91c1b78023c8aa5))


### Bug Fixes

* **component:** add check for falsy values ([e711475](https://github.com/ngneat/svg-icon/commit/e7114759b251fff2b300a10784ce0c201a83696a)), closes [#130](https://github.com/ngneat/svg-icon/issues/130)
* **svg-generator:** support special file name cases ([#137](https://github.com/ngneat/svg-icon/issues/137)) ([f4d26b0](https://github.com/ngneat/svg-icon/commit/f4d26b0e15b44c98b13330a0c12e228740d3ee27))

## [7.0.0](https://github.com/ngneat/svg-icon/compare/v6.3.0...v7.0.0) (2023-05-02)


Expand Down
2 changes: 1 addition & 1 deletion projects/ngneat/svg-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngneat/svg-icon",
"version": "7.0.0",
"version": "7.1.0",
"schematics": "./schematics/src/collection.json",
"description": "A lightweight library that makes it easier to use SVG icons in your Angular Application",
"dependencies": {
Expand Down

0 comments on commit d4c1a4d

Please sign in to comment.