@knowcode/doc-builder 1.5.19 → 1.5.20

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 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ All notable changes to @knowcode/doc-builder will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [1.5.19] - 2025-07-22
8
+ ## [1.5.20] - 2025-07-22
9
9
 
10
10
  ### Fixed
11
11
  - Force table cells to top-align with !important CSS
@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  - Added rules for nested elements in table cells
15
15
  - Fixes issue where table cells were center-aligned instead of top-aligned
16
16
 
17
+ ## [1.5.19] - 2025-07-22
18
+
19
+ ### Fixed
20
+ - Force table cells to top-align with !important CSS (version was already published)
21
+
17
22
  ## [1.5.18] - 2025-07-22
18
23
 
19
24
  ### Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowcode/doc-builder",
3
- "version": "1.5.19",
3
+ "version": "1.5.20",
4
4
  "description": "Reusable documentation builder for markdown-based sites with Vercel deployment support",
5
5
  "main": "index.js",
6
6
  "bin": {