Skip to content

Commit

Permalink
Update dependencies. (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Mar 27, 2020
1 parent 8947553 commit 4a4f14d
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.8'
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.12.1] - 2020-03-27
### Changed
- Updated dependencies.

## [0.12.0] - 2019-07-12
### Changed
- Things now use `title` rather than `name`.
Expand All @@ -23,7 +27,8 @@
### Changed
- Property, Action, and Event description now use `links` rather than `href`. - [Spec PR](https://github.com/mozilla-iot/wot/pull/119)

[Unreleased]: https://github.com/mozilla-iot/webthing-node/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/mozilla-iot/webthing-node/compare/v0.12.1...HEAD
[0.12.1]: https://github.com/mozilla-iot/webthing-node/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/mozilla-iot/webthing-node/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/mozilla-iot/webthing-node/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/mozilla-iot/webthing-node/compare/v0.10.0...v0.11.0
Expand Down
84 changes: 49 additions & 35 deletions 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": "webthing",
"version": "0.12.0",
"version": "0.12.1",
"description": "HTTP Web Thing implementation",
"main": "webthing.js",
"scripts": {
Expand Down

0 comments on commit 4a4f14d

Please sign in to comment.