Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Jan 29, 2024
1 parent 98872c0 commit 0908739
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.0.0](https://github.com/icelam/random-name-picker/compare/v1.2.0...v2.0.0) (2024-01-29)


### ⚠ BREAKING CHANGES

* bump dependencies and upgrade to node v18

### Features

* embed title as inline svg for easier theming ([9357a60](https://github.com/icelam/random-name-picker/commit/9357a60eb9fa6a3f7e7d0380f85099dea2bf2e28))


* bump dependencies and upgrade to node v18 ([14abac6](https://github.com/icelam/random-name-picker/commit/14abac602e2e8775f2ccb5b0b24f63e5a21ba819))

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


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.2.0",
"version": "2.0.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 0908739

Please sign in to comment.