@se-studio/site-check 2.4.0 → 2.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Bulk version bump: minor for all packages
8
+
3
9
  ## 2.4.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/site-check",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "Validate SE marketing sites (sitemap, llms.txt) and download markdown files preserving structure",
5
5
  "repository": {
6
6
  "type": "git",
@@ -63,7 +63,7 @@
63
63
  "url": "https://github.com/Something-Else-Studio/se-core-product/issues"
64
64
  },
65
65
  "devDependencies": {
66
- "@biomejs/biome": "^2.4.16",
66
+ "@biomejs/biome": "^2.5.0",
67
67
  "@types/node": "^24.13.2",
68
68
  "typescript": "^6.0.3"
69
69
  },