Skip to content

Commit 5b54e14

Browse files
committed
chore(release): 1.2.0
1 parent 164a271 commit 5b54e14

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/icelam/random-name-picker/compare/v1.1.0...v1.2.0) (2022-09-22)
4+
5+
6+
### Features
7+
8+
* **sound-effects:** adjust notes duration in sound effect for winning ([91225a3](https://github.com/icelam/random-name-picker/commit/91225a351e0d704b10b7de5a3bdb555ee86757e0))
9+
10+
11+
### Bug Fixes
12+
13+
* incorrect og image format ([b562563](https://github.com/icelam/random-name-picker/commit/b5625639f89c492104d4524634352a55d1abbbc9))
14+
315
## [1.1.0](https://github.com/icelam/random-name-picker/compare/v1.0.4...v1.1.0) (2022-02-28)
416

517

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