@wishket/eslint-config-wishket 0.2.5 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ ---
2
+ '@wishket/eslint-config-wishket': patch
3
+ ---
4
+
5
+ Publish with tag 0.2.7
@@ -47,7 +47,6 @@ jobs:
47
47
  cat <<< "$( jq ".version = \"$TAG_NAME\"" package.json )" > package.json
48
48
  cat package.json
49
49
  echo -e "---\n'@wishket/eslint-config-wishket': patch\n---\n\nPublish with tag $TAG_NAME" > .changeset/force-publish.md
50
- yarn changeset version
51
50
  yarn changeset publish
52
51
  env:
53
52
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,11 +1,5 @@
1
1
  # @wishket/eslint-config-wishket
2
2
 
3
- ## 0.2.5
4
-
5
- ### Patch Changes
6
-
7
- - Publish with tag 0.2.4
8
-
9
3
  ## 0.1.2
10
4
 
11
5
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wishket/eslint-config-wishket",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "Wishket's eslint config",
5
5
  "main": "index.js",
6
6
  "author": "wishket-pjw <pjw@wishket.com> (https://github.com/wishket-pjw)",