Skip to content

Commit ec4e4d8

Browse files
committed
chore(release): 1.1.0
1 parent 1025350 commit ec4e4d8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/icelam/random-name-picker/compare/v1.0.4...v1.1.0) (2022-02-28)
4+
5+
6+
### Features
7+
8+
* refine animation with blur filter ([1025350](https://github.com/icelam/random-name-picker/commit/10253508457fd05e9a4ea8c0a005fb0a7962f817))
9+
10+
11+
### Bug Fixes
12+
13+
* fix maximum number of reel item when previous winner is shown ([70994da](https://github.com/icelam/random-name-picker/commit/70994daef788c5545caeb5e778c6c3e25c6a6150))
14+
* fix page overflow when sunburst is displayed ([8e1c167](https://github.com/icelam/random-name-picker/commit/8e1c167c81fd68c8756f2826bd20a48d1555bf71))
15+
* fix the size of og-image ([b5a904e](https://github.com/icelam/random-name-picker/commit/b5a904ed70e465a34774b97662a16175304d0b16))
16+
317
### [1.0.4](https://github.com/icelam/random-name-picker/compare/v1.0.3...v1.0.4) (2021-03-19)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "random-name-picker",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Simple HTML5 random name picker for picking lucky draw winner using Web Animations and AudioContext API.",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)