Skip to content

Commit

Permalink
release: 2021-04-16, Version 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
logdnabot committed Apr 16, 2021
1 parent 9ee6480 commit 3260eaf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
## Changelog

# [5.0.0](https://github.com/logdna/eslint-config-logdna/compare/v4.2.1...v5.0.0) (2021-04-16)


### Features

* **rules**: switch to tap-no-deprecated-aliases rule [9ee6480](https://github.com/logdna/eslint-config-logdna/commit/9ee64807d7056ae42988c5597ca19695cbc12960) - Mike Del Tito


### **BREAKING CHANGES**

* **rules:** Un-aliased tap assertion methods will now be enforced

[email protected] deprecated the use of aliases for assertion methods, which
invalidates the concept of a "preferred" alias. This switches over to
a new rule for requiring the use of un-aliased assertion methods.

This rule is auto-fixable, and the changes it enforces are backwards
compatible with older versions of tap.

Ref: LOG-9396

## [4.2.1](https://github.com/logdna/eslint-config-logdna/compare/v4.2.0...v4.2.1) (2021-04-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-logdna",
"version": "4.2.1",
"version": "5.0.0",
"description": "LogDNA's preferred eslint config to be used across all projects",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit 3260eaf

Please sign in to comment.