@storm-software/prettier 0.5.0 → 0.6.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/.prettierignore CHANGED
@@ -29,4 +29,4 @@ bun.lockb
29
29
  **/LICENSE
30
30
  **/LICENSE.md
31
31
  **/LICENSE.txt
32
- **/src/generators/*/files/**
32
+ **/src/generators/**/files/**/*
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 0.6.0 (2024-07-14)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **markdownlint:** Added markdownlint v1 json configuration ([9fbd4fd0](https://github.com/storm-software/storm-ops/commit/9fbd4fd0))
7
+
1
8
  ## 0.5.0 (2024-06-22)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
6
6
  "repository": {