Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Prepare v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Xapphire13 committed Apr 27, 2017
1 parent 197e8bd commit bf1b87e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Change Log

## [v1.2.1](https://github.com/AtomLinter/linter-tslint/tree/v1.2.1) (2017-04-26)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.2.0...v1.2.1)
## [v1.3.0](https://github.com/AtomLinter/linter-tslint/tree/v1.3.0) (2017-04-27)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.2.1...v1.3.0)

**Implemented enhancements:**

- Adding link to rule documentation [\#165](https://github.com/AtomLinter/linter-tslint/pull/165) ([Xapphire13](https://github.com/Xapphire13))

**Fixed bugs:**

- Fixing old reference to this.lint\(\) that was left from refactoring in fix on save [\#163](https://github.com/AtomLinter/linter-tslint/pull/163) ([Xapphire13](https://github.com/Xapphire13))
- Bumping min Atom version to 1.14.0 [\#164](https://github.com/AtomLinter/linter-tslint/pull/164) ([Xapphire13](https://github.com/Xapphire13))

**Closed issues:**
## [v1.2.1](https://github.com/AtomLinter/linter-tslint/tree/v1.2.1) (2017-04-26)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.2.0...v1.2.1)

**Fixed bugs:**

- Uncaught TypeError: \_this.lint is not a function [\#161](https://github.com/AtomLinter/linter-tslint/issues/161)
- Fixing old reference to this.lint\(\) that was left from refactoring in fix on save [\#163](https://github.com/AtomLinter/linter-tslint/pull/163) ([Xapphire13](https://github.com/Xapphire13))

## [v1.2.0](https://github.com/AtomLinter/linter-tslint/tree/v1.2.0) (2017-04-25)
[Full Changelog](https://github.com/AtomLinter/linter-tslint/compare/v1.1.0...v1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-tslint",
"main": "./lib/main.js",
"version": "1.2.1",
"version": "1.3.0",
"description": "Linter plugin for Typescript, using tslint",
"repository": {
"type": "git",
Expand Down

0 comments on commit bf1b87e

Please sign in to comment.