Skip to content

Commit d5a27a1

Browse files
Bump TS services version to 0.5.
1 parent 79a3e77 commit d5a27a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace ts {
1515
/** The version of the language service API */
16-
export const servicesVersion = "0.4";
16+
export const servicesVersion = "0.5";
1717

1818
export interface Node {
1919
getSourceFile(): SourceFile;

0 commit comments

Comments
 (0)