putout 36.3.0 → 36.3.1

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.
Files changed (2) hide show
  1. package/ChangeLog +6 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2024.08.25, v36.3.1
2
+
3
+ feature:
4
+ - 7f84f5f7e putout: @putout/plugin-putout-config v6.0.0
5
+ - 1eaa3713f @putout/plugin-putout-config: apply-labels: add
6
+
1
7
  2024.08.25, v36.3.0
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.3.0",
3
+ "version": "36.3.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -139,7 +139,7 @@
139
139
  "@putout/plugin-package-json": "^7.0.0",
140
140
  "@putout/plugin-promises": "^15.0.0",
141
141
  "@putout/plugin-putout": "^20.0.0",
142
- "@putout/plugin-putout-config": "^5.0.0",
142
+ "@putout/plugin-putout-config": "^6.0.0",
143
143
  "@putout/plugin-regexp": "^9.0.0",
144
144
  "@putout/plugin-remove-console": "^6.0.0",
145
145
  "@putout/plugin-remove-constant-conditions": "^4.0.0",