From ed6f998c9d850236ced1c017656e97e21cb14837 Mon Sep 17 00:00:00 2001 From: ZupitDevs <49716732+ZupitDevs@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:38:36 +0000 Subject: [PATCH] chore(ng-fantasticon): release version 0.1.1 --- packages/ng-fantasticon/CHANGELOG.md | 7 +++++++ packages/ng-fantasticon/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/ng-fantasticon/CHANGELOG.md b/packages/ng-fantasticon/CHANGELOG.md index 7dc99dd..a5b98e0 100644 --- a/packages/ng-fantasticon/CHANGELOG.md +++ b/packages/ng-fantasticon/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.1.1](https://github.com/zupit-it/zupit-angular/compare/ng-fantasticon-0.1.0...ng-fantasticon-0.1.1) (2024-06-10) + + +### Bug Fixes + +* update ng fantasticon docs ([35456c2](https://github.com/zupit-it/zupit-angular/commit/35456c20cd8b7c01df1fffd1c0485b927810b14f)) + ## 0.1.0 (2024-05-10) diff --git a/packages/ng-fantasticon/package.json b/packages/ng-fantasticon/package.json index 7e94bcf..5b62146 100644 --- a/packages/ng-fantasticon/package.json +++ b/packages/ng-fantasticon/package.json @@ -1,6 +1,6 @@ { "name": "@zupit-it/ng-fantasticon", - "version": "0.1.0", + "version": "0.1.1", "peerDependencies": { "@angular/common": "^16.2.0", "@angular/core": "^16.2.0"