Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Sep 22, 2022
1 parent 164a271 commit 5b54e14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.0](https://github.com/icelam/random-name-picker/compare/v1.1.0...v1.2.0) (2022-09-22)


### Features

* **sound-effects:** adjust notes duration in sound effect for winning ([91225a3](https://github.com/icelam/random-name-picker/commit/91225a351e0d704b10b7de5a3bdb555ee86757e0))


### Bug Fixes

* incorrect og image format ([b562563](https://github.com/icelam/random-name-picker/commit/b5625639f89c492104d4524634352a55d1abbbc9))

## [1.1.0](https://github.com/icelam/random-name-picker/compare/v1.0.4...v1.1.0) (2022-02-28)


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.1.0",
"version": "1.2.0",
"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 5b54e14

Please sign in to comment.