Skip to content

Commit

Permalink
release: 2021-04-12, Version 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
logdnabot committed Apr 12, 2021
1 parent 436e120 commit 81b6f41
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Changelog

# [2.0.0](https://github.com/logdna/eslint-plugin-logdna/compare/v1.0.1...v2.0.0) (2021-04-12)


### Features

* **rules**: add tap-no-deprecated-aliases rule [436e120](https://github.com/logdna/eslint-plugin-logdna/commit/436e120df817cdb511e653103d33884553faa457) - Mike Del Tito


### **BREAKING CHANGES**

* **rules:** deprecated `tap-consistent-assertions` rule

tap@15.0.0 deprecated the use of aliases for assertion methods, which
invalidates the concept of a "preferred" alias. This adds a separate
rule for enforcing the use of unaliased assertion methods. This rule
is auto-fixable.

## [1.0.1](https://github.com/logdna/eslint-plugin-logdna/compare/v1.0.0...v1.0.1) (2021-02-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-plugin-logdna",
"version": "1.0.1",
"version": "2.0.0",
"description": "ESlint plugin containing a collection of rules for enforcing code style at LogDNA",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 81b6f41

Please sign in to comment.