Skip to content

Commit

Permalink
Release 1.0.1-alpha.1
Browse files Browse the repository at this point in the history
Add getter for value (#99)
Update dependencies
Don't prefix tags with 'v'
  • Loading branch information
tim-hellhake committed Apr 27, 2021
1 parent 9d72df2 commit 2895f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway-addon",
"version": "1.1.0-alpha.2",
"version": "1.0.1-alpha.1",
"description": "Bindings for WebThings Gateway add-ons",
"scripts": {
"build": "if [ ! -d schema/messages ]; then git submodule init; fi; git submodule update && node generate-version.js && node generate-types.js && tsc -p .",
Expand Down

0 comments on commit 2895f8d

Please sign in to comment.