Skip to content

Commit ce05274

Browse files
committed
chore(release): 1.2.3
1 parent 9dad5e4 commit ce05274

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
### [1.2.3](https://github.com/chilllab/react-nice-avatar/compare/v1.2.2...v1.2.3) (2021-08-29)
6+
7+
8+
### Features
9+
10+
* gradient background ([4697602](https://github.com/chilllab/react-nice-avatar/commits4697602f098e019e6bbd0800c1780f61a43d367a))
11+
* new demo ([8ae89f2](https://github.com/chilllab/react-nice-avatar/commits8ae89f23837399cbb218e4a5f4103cf44a78438a))
12+
* using webpack to replace rollup & update eslint config ([7d9fad5](https://github.com/chilllab/react-nice-avatar/commits7d9fad58ba9d7747eed091178cb427b7417e8844))
13+
14+
15+
### Bug Fixes
16+
17+
* github action only triggered for new tags ([8138407](https://github.com/chilllab/react-nice-avatar/commits8138407550057acfcfedbc3518f2f9ffeb52c0d3))
18+
519
### [1.2.2](https://github.com/chilllab/react-nice-avatar/compare/v1.2.1...v1.2.2) (2021-07-24)
620

721

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.2",
3+
"version": "1.2.3",
44
"description": "react library for generating avatar",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)