Skip to content

Commit b1e82fc

Browse files
authored
Merge pull request #89 from thefrontside/release
Publish New Versions
2 parents 2574138 + f4722f7 commit b1e82fc

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/fix-export-const.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.1]
4+
5+
- [`fadad0b`](https://github.com/thefrontside/javascript/commit/fadad0b5cf786b3186d74a35d9933b5e8bea0e34) Ignore `export const` cases
6+
37
## \[4.2.0]
48

59
- [`9066434`](https://github.com/thefrontside/javascript/commit/90664342144bce7d4a13812e82c155ba3d4ea7e0) Add `forceUpperCaseConst` option

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.0",
3+
"version": "4.2.1",
44
"description": "Rule to prefer using `let` to bind names to values",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)