Skip to content

Commit

Permalink
release: 2022-09-17, Version 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
logdnabot committed Sep 17, 2022
1 parent 72964d0 commit 1ec8e9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

## [2.0.1](https://github.com/logdna/eslint-plugin-logdna/compare/v2.0.0...v2.0.1) (2022-09-17)


### Bug Fixes

* **rules**: Check static require in expressions [72964d0](https://github.com/logdna/eslint-plugin-logdna/commit/72964d013b9ef97b1d67fe014baef872ca2f1bab) - Eric Satterwhite, closes: [#6](https://github.com/logdna/eslint-plugin-logdna/issues/6)

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


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": "2.0.0",
"version": "2.0.1",
"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 1ec8e9c

Please sign in to comment.