github-archiver 1.1.4 → 1.1.5

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 +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  ## [1.1.1](https://github.com/mynameistito/github-archiver/compare/v1.1.0...v1.1.1) (2026-01-12)
2
2
 
3
+ ## 1.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`587569d`](https://github.com/mynameistito/github-archiver/commit/587569d6cf918c3396e58a9b3cf5d6efba9e149a) Thanks [@mynameistito](https://github.com/mynameistito)! - Fix changelog header detection in GitHub Release body extraction
8
+
9
+ - Distinguish between level 2 headers (## ) and level 3 headers (### ) in changelog
10
+ - Prevent '### Patch Changes' from being mistaken as version header boundary
11
+ - Ensure full changeset content is extracted and displayed in release body
12
+ - Fixes empty release description issue caused by incorrect header matching
13
+
3
14
  ## 1.1.4
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-archiver",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Archive GitHub repositories via CLI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",