Skip to content

Commit 0908739

Browse files
committed
chore(release): 2.0.0
1 parent 98872c0 commit 0908739

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+
## [2.0.0](https://github.com/icelam/random-name-picker/compare/v1.2.0...v2.0.0) (2024-01-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* bump dependencies and upgrade to node v18
9+
10+
### Features
11+
12+
* embed title as inline svg for easier theming ([9357a60](https://github.com/icelam/random-name-picker/commit/9357a60eb9fa6a3f7e7d0380f85099dea2bf2e28))
13+
14+
15+
* bump dependencies and upgrade to node v18 ([14abac6](https://github.com/icelam/random-name-picker/commit/14abac602e2e8775f2ccb5b0b24f63e5a21ba819))
16+
317
## [1.2.0](https://github.com/icelam/random-name-picker/compare/v1.1.0...v1.2.0) (2022-09-22)
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.2.0",
3+
"version": "2.0.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)