Skip to content

Commit 149bd32

Browse files
committed
chore(release): 1.0.2
1 parent 45f1796 commit 149bd32

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
### [1.0.2](https://github.com/icelam/random-name-picker/compare/v1.0.1...v1.0.2) (2021-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* clear winner and winning animation when updating name list ([b53c2cb](https://github.com/icelam/random-name-picker/commit/b53c2cb321f92526d49726773a0604e7b30a1613))
9+
* remove the use of commitStyles ([45f1796](https://github.com/icelam/random-name-picker/commit/45f17964c4e0cf6aa2948815484d9f35f82c453b))
10+
311
### [1.0.1](https://github.com/icelam/random-name-picker/compare/v1.0.0...v1.0.1) (2021-02-21)
412

513

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.1",
3+
"version": "1.0.2",
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)