From 1ec8e9c653bfa70a42c6d7669e95b348d7732d46 Mon Sep 17 00:00:00 2001 From: LogDNA Bot Date: Sat, 17 Sep 2022 06:52:31 +0000 Subject: [PATCH] release: 2022-09-17, Version 2.0.1 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c575d0..b160157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 55a6d7b..eb08339 100644 --- a/package.json +++ b/package.json @@ -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": [