Skip to content

Commit

Permalink
v2.9.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed May 4, 2021
1 parent 5da243d commit 06830f6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.9.0-beta.1
============

* Add client APIs to search devices in Thingpedia [#137].
* Added MemoryPreferences class, to complement FilePreferences [#138].
* Added platform APIs to get and set the user profile [#142].
* Expanded type definitions for interfaces used by the API, including more
capability interfaces [#139].
* Restored and updated documentation [#140].
* Updated dependencies [#141, #143, #144, #145, #146, #147, #148, #149, #150,
#151, #152].

2.9.0-alpha.3
=============

Expand Down
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const VERSION = {
/** Minor version number (incremented on feature additions) */
minor: 9,
/** Full version string, in semantic version format */
full: '2.9.0-alpha.3',
full: '2.9.0-beta.1',
/** Convert the version number to a number (for comparisons) */
valueOf() : number {
return this.major * 100 + this.minor;
Expand Down
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": "thingpedia",
"version": "2.9.0-alpha.3",
"version": "2.9.0-beta.1",
"description": "Thingpedia SDK",
"license": "Apache-2.0",
"repository": "https://github.com/stanford-oval/thingpedia-api",
Expand Down

0 comments on commit 06830f6

Please sign in to comment.