@kcconfigs/biome 0.2.0 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.1](https://github.com/kc-workspace/kcws/compare/@kcconfigs/biome+v0.2.0...@kcconfigs/biome+v0.2.1) (2026-01-13)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * **kcconfigs/biome:** ignore release-please config from biome by default ([15fda2e](https://github.com/kc-workspace/kcws/commit/15fda2ee3821371456cb3093597825716c3b279f))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * add package version and changelog to documentation site ([722fab5](https://github.com/kc-workspace/kcws/commit/722fab5e2472b7d4e4fd5ba446c369f36bd1b4f1))
14
+
3
15
  ## [0.2.0](https://github.com/kc-workspace/kcws/compare/@kcconfigs/biome+v0.1.1...@kcconfigs/biome+v0.2.0) (2026-01-10)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kcconfigs/biome",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Shared biome configuration",
5
5
  "devDependencies": {
6
6
  "@biomejs/biome": "2.3.10"
@@ -9,6 +9,8 @@
9
9
  "!dist",
10
10
  "!dist.*",
11
11
  "!.*.old",
12
+ "!.release-please-config.json",
13
+ "!.github/release-please/config.json",
12
14
  "!.release-please-manifest.json",
13
15
  "!.github/release-please/manifest.json"
14
16
  ]