Skip to content

Commit

Permalink
v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Apr 25, 2022
1 parent de4f855 commit 001743e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Breaking changes are marked with ⚠️.

## [Unreleased]

## [v6.3.0] - 2022-04-25

**Added**

- Add paths config option by @driftingly in ([#288](https://github.com/tighten/tlint/pull/288)).

## [v6.2.2] - 2022-04-03

**Fixed**
Expand Down Expand Up @@ -82,7 +88,8 @@ Breaking changes are marked with ⚠️.

For previous changes see the [Releases](https://github.com/tighten/tlint/releases) page.

[Unreleased]: https://github.com/tighten/tlint/compare/v6.2.2...HEAD
[Unreleased]: https://github.com/tighten/tlint/compare/v6.3.0...HEAD
[v6.3.0]: https://github.com/tighten/tlint/compare/v6.2.2...v6.3.0
[v6.2.2]: https://github.com/tighten/tlint/compare/v6.2.1...v6.2.2
[v6.2.1]: https://github.com/tighten/tlint/compare/v6.2.0...v6.2.1
[v6.2.0]: https://github.com/tighten/tlint/compare/v6.1.0...v6.2.0
Expand Down
2 changes: 1 addition & 1 deletion bin/tlint
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

const TLINT_VERSION = 'v6.2.2';
const TLINT_VERSION = 'v6.3.0';

foreach (
[
Expand Down

0 comments on commit 001743e

Please sign in to comment.