@youngseo-kangg/prettier-plugin 2.0.0 → 2.1.0

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.
package/.ultra.cache.json CHANGED
@@ -1 +1 @@
1
- {"files":{"CHANGELOG.md":"87701702faf08980954a0e0ff8b44c7f05693bcd","README.md":"7430c89cb54cc6154e2acb97ac5cda6cddd5a5fd","index.js":"9639123946ae06292c0479e40975c6defcd1fc06.1737703136518.7332","index.js.map":"bae45ffb488557738cd294890379886923ec2bec","package.json":"6389e07d5c7070ec736f340fe414db66aecb9715"},"deps":{}}
1
+ {"files":{"CHANGELOG.md":"d3b22c10932518f717516233c1398210c3b7c8b1","README.md":"7430c89cb54cc6154e2acb97ac5cda6cddd5a5fd","index.js":"9639123946ae06292c0479e40975c6defcd1fc06.1737707352470.093","index.js.map":"bae45ffb488557738cd294890379886923ec2bec","package.json":"ed626742c4164bb07ad70cf5ab42054c7316bd87"},"deps":{}}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @youngseo-kangg/prettier-plugin
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 16fe9ad: Plugin -> plugin typo 수정 / rushStack 비활성화
8
+
3
9
  ## 2.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youngseo-kangg/prettier-plugin",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "common configuration for prettier",
5
5
  "main": "./index.js",
6
6
  "type": "module",