Skip to content

Commit

Permalink
v2.6.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Oct 31, 2019
1 parent 791e293 commit e6950d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY
@@ -1,3 +1,11 @@
2.6.0-alpha.2
=============

* Fixed bad API in FileThingpediaClient; now the API is consistent
with the base class [#43]
* Added utilities to obtain device configuration info from a ThingTalk class [#42]
* Added JSDoc-based documentation [#41]

2.6.0-alpha.1
=============

Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -45,7 +45,7 @@ const VERSION = {
/** Minor version number (incremented on feature additions) */
minor: 6,
/** Full version string, in semantic version format */
full: '2.6.0-alpha.1',
full: '2.6.0-alpha.2',
/** Convert the version number to a number (for comparisons) */
valueOf() {
return this.major * 100 + this.minor;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "thingpedia",
"version": "2.6.0-alpha.1",
"version": "2.6.0-alpha.2",
"description": "Thingpedia SDK",
"license": "BSD-3-Clause",
"repository": "https://github.com/stanford-oval/thingpedia-api",
Expand Down

0 comments on commit e6950d0

Please sign in to comment.