github-archiver 1.1.2 → 1.1.3

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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a7d1b2e`](https://github.com/mynameistito/github-archiver/commit/a7d1b2e77c754ccf4302f4db6c28c39d9e47cb34) Thanks [@mynameistito](https://github.com/mynameistito)! - Create GitHub Release with changeset description on new tag
8
+
9
+ - Add automated GitHub Release creation for each version tag
10
+ - Extract release notes from CHANGELOG.md and include in release body
11
+ - Display full changeset description with commits, contributors, and changes
12
+ - Handle multiple changelog header formats (with and without markdown links)
13
+ - Gracefully handle existing releases without breaking workflow
14
+ - Improve release visibility and accessibility on GitHub
15
+
3
16
  ## 1.1.2
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-archiver",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Archive GitHub repositories via CLI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",