Skip to content

Commit

Permalink
Merge pull request #63 from thefrontside/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
cowboyd authored Jul 15, 2024
2 parents 66596da + 52b43e6 commit 153e1c0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changes/chilled-hornets-clap.md

This file was deleted.

4 changes: 4 additions & 0 deletions packages/eslint-plugin-prefer-let/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# eslint-plugin-prefer-let

## \[4.0.0]

- [`e597fa9`](https://github.com/thefrontside/javascript/commit/e597fa93ce94f81d08d259895003a489ccc0021e) Support ESLint v9

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-prefer-let/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-prefer-let",
"version": "3.0.1",
"version": "4.0.0",
"description": "Rule to prefer using `let` to bind names to values",
"keywords": [
"eslint",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-prefer-let@npm:^3.0.1, eslint-plugin-prefer-let@workspace:packages/eslint-plugin-prefer-let":
"eslint-plugin-prefer-let@npm:^3.0.1":
version: 3.0.1
resolution: "eslint-plugin-prefer-let@npm:3.0.1"
dependencies:
requireindex: "npm:~1.2.0"
checksum: 10c0/42ec400d0f40edb8917816a3bfb664977c4642ce9decc31f1abe6e4b3761d92acba0a7e052a9354f43fcaa446004021ff9baac48d457826d27fddb539d53be2f
languageName: node
linkType: hard

"eslint-plugin-prefer-let@workspace:packages/eslint-plugin-prefer-let":
version: 0.0.0-use.local
resolution: "eslint-plugin-prefer-let@workspace:packages/eslint-plugin-prefer-let"
dependencies:
Expand Down

0 comments on commit 153e1c0

Please sign in to comment.