Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Feb 21, 2021
1 parent 45f1796 commit 149bd32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.0.2](https://github.com/icelam/random-name-picker/compare/v1.0.1...v1.0.2) (2021-02-21)


### Bug Fixes

* clear winner and winning animation when updating name list ([b53c2cb](https://github.com/icelam/random-name-picker/commit/b53c2cb321f92526d49726773a0604e7b30a1613))
* remove the use of commitStyles ([45f1796](https://github.com/icelam/random-name-picker/commit/45f17964c4e0cf6aa2948815484d9f35f82c453b))

### [1.0.1](https://github.com/icelam/random-name-picker/compare/v1.0.0...v1.0.1) (2021-02-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "random-name-picker",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple HTML5 random name picker for picking lucky draw winner using Web Animations and AudioContext API.",
"private": true,
"scripts": {
Expand Down

0 comments on commit 149bd32

Please sign in to comment.