Skip to content

Commit

Permalink
Bump up version (0.1.0-alpha.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Feb 16, 2024
1 parent 9653a43 commit 058d64b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ Prefix your message with one of the following:

## Unreleased

- Nothing

## v0.1.0-alpha.6

- [Added] Support for including `previews` images in the bundled plugin
- [Fixed] Fix Windows symlinking.
- [Fixed] Glob import.

## v0.1.0-alpha.5

Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fnando/streamdeck",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"engines": {
"node": ">= 16.x"
},
Expand All @@ -12,9 +12,7 @@
"CHANGELOG.md"
],
"description": "A lean framework for developing Elgato Stream Deck plugins.",
"bin": {
"streamdeck": "./bin/cli.js"
},
"bin": "./bin/cli.js",
"author": {
"name": "Nando Vieira",
"email": "me@fnando.com",
Expand Down

0 comments on commit 058d64b

Please sign in to comment.