diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abd55d..87eec9e 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. +### [1.2.4](https://github.com/chilllab/react-nice-avatar/compare/v1.2.3...v1.2.4) (2021-08-30) + + +### Bug Fixes + +* bundling script ([372abf6](https://github.com/chilllab/react-nice-avatar/commits372abf6b680671ff233d2f8f58e36103e9841034)) + ### [1.2.3](https://github.com/chilllab/react-nice-avatar/compare/v1.2.2...v1.2.3) (2021-08-29) diff --git a/package.json b/package.json index ade2386..b1678b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-nice-avatar", - "version": "1.2.3", + "version": "1.2.4", "description": "react library for generating avatar", "main": "dist/index.js", "types": "dist/index.d.ts",