diff --git a/.changeset/dry-rats-admire.md b/.changeset/dry-rats-admire.md deleted file mode 100644 index e1c95fd..0000000 --- a/.changeset/dry-rats-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tslint-config-eslint": patch ---- - -ci: run build before release diff --git a/CHANGELOG.md b/CHANGELOG.md index 5014b5f..241a3d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.2 + +### Patch Changes + +- [#164](https://github.com/rx-ts/tslint-config-eslint/pull/164) [`65d76d6`](https://github.com/rx-ts/tslint-config-eslint/commit/65d76d62972f36ae9547ff471dba26c5a59b878a) Thanks [@JounQin](https://github.com/JounQin)! - ci: run build before release + ## 0.6.1 ### Patch Changes diff --git a/package.json b/package.json index e2509ca..e1744ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslint-config-eslint", - "version": "0.6.1", + "version": "0.6.2", "description": "Yet another TSLint Configuration which disables all rules which has been handled by `eslint` or `@typescript-eslint`.", "repository": "git+https://github.com/rx-ts/tslint-config-eslint.git", "author": "JounQin ",