Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 04ced8d

Browse files
committed
0.1.1
1 parent ee48c7f commit 04ced8d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.1.1 - November 27, 2018
4+
- Fix bug that could cause TS Lint to use a different version of TypeScript than the version being used by the plugin. This would result in unexpected behavior.
5+
36
## 0.1.0 - November 16, 2018
47
- Add support for configuring the plugin from an editor.
58
- Correctly observe changes to the `tsconfig`/`jsconfig`.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-tslint-plugin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "TypeScript tslint language service plugin",
55
"main": "out/index.js",
66
"author": "Microsoft",

0 commit comments

Comments
 (0)