Skip to content

Commit 0b0d72f

Browse files
authored
Merge pull request #94 from thefrontside/release
Publish New Versions
2 parents a8b6a02 + fa99b14 commit 0b0d72f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/fix-export-const2.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-plugin-prefer-let/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# eslint-plugin-prefer-let
22

3+
## \[4.2.2]
4+
5+
- [`96078a2`](https://github.com/thefrontside/javascript/commit/96078a2e1171c94150a366b30c419d38cfd64eb3) Fix ignoring `export const` cases
6+
37
## \[4.2.1]
48

59
- [`fadad0b`](https://github.com/thefrontside/javascript/commit/fadad0b5cf786b3186d74a35d9933b5e8bea0e34) Ignore `export const` cases

packages/eslint-plugin-prefer-let/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-prefer-let",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Rule to prefer using `let` to bind names to values",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)