Skip to content

Commit

Permalink
v2.1.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Oct 26, 2021
1 parent bdf3dfc commit 9b34728
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.1.0-alpha.8
=============

* Improved documentation and fixed TypeDoc warnings [#396].
* Updated dependencies [#388, #389, #391, #392, #393, #394, #395].

2.1.0-alpha.7
=============

Expand Down
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import List from './utils/list';
* Version information
*
*/
const version = '2.1.0-alpha.7';
const version = '2.1.0-alpha.8';

export {
version,
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": "thingtalk",
"version": "2.1.0-alpha.7",
"version": "2.1.0-alpha.8",
"description": "ThingTalk Just-In-Time Compiler, Library and Runtime",
"license": "Apache-2.0",
"repository": "https://github.com/stanford-oval/thingtalk",
Expand Down

0 comments on commit 9b34728

Please sign in to comment.