Skip to content

Commit a78d6a2

Browse files
committed
chore(release): 1.2.2
1 parent 9c9a2bd commit a78d6a2

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
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.
4+
5+
### [1.2.2](https://github.com/chilllab/react-nice-avatar/compare/v1.2.1...v1.2.2) (2021-07-24)
6+
7+
8+
### Features
9+
10+
* add github action ([d2458fc](https://github.com/chilllab/react-nice-avatar/commitsd2458fca0bbca32426ddf1774bf3cf1c986f80f9))
11+
* integrate with Typescript ([338d895](https://github.com/chilllab/react-nice-avatar/commits338d895481423284475475c2932a18788c872e56))
12+
13+
14+
### Bug Fixes
15+
16+
* add back color panel to demo ([98a21ae](https://github.com/chilllab/react-nice-avatar/commits98a21ae6d31c2638dfd1c887dfcb96f1f7f8b003))
17+
* propTypes and demo dark theme ([a5f6925](https://github.com/chilllab/react-nice-avatar/commitsa5f6925d23fe4234d952ac38e4e2f5df94c507d7))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-nice-avatar",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "react library for generating avatar",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)