Skip to content

Commit 38b5672

Browse files
authored
Merge pull request #1140 from wantedly/changeset-release/master
Version Packages
2 parents 91677d8 + 70b44a2 commit 38b5672

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/dull-terms-matter.md

-6
This file was deleted.

packages/eslint-plugin-use-macros/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-use-macros
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- b06c9fa: hotfix(eslint-plugin): Fix option schema
8+
39
## 4.0.0
410

511
### Major Changes

packages/eslint-plugin-use-macros/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-use-macros",
33
"description": "ESLint rules for libraries which supports the babel-macros",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"author": "Yuki Yamada <[email protected]>",
66
"homepage": "https://github.com/wantedly/frolint",
77
"keywords": [

packages/eslint-plugin-wantedly/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-wantedly
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- b06c9fa: hotfix(eslint-plugin): Fix option schema
8+
39
## 4.0.0
410

511
### Major Changes

packages/eslint-plugin-wantedly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-wantedly",
33
"description": "Opinionated ESLint plugin for Wantedly",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"author": "Yuki Yamada <[email protected]>",
66
"homepage": "https://github.com/wantedly/frolint",
77
"keywords": [

0 commit comments

Comments
 (0)