github-archiver 1.1.1 → 1.1.2

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 +17 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
- ## [1.0.8](https://github.com/mynameistito/github-archiver/compare/v1.0.7...v1.0.8) (2026-01-11)
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.1
3
+ ## 1.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7df5b1a`](https://github.com/mynameistito/github-archiver/commit/7df5b1a094c56380648da0c82d69dddbbf776468) Thanks [@mynameistito](https://github.com/mynameistito)! - Add explicit git tagging to release workflow and synchronize changelog
8
+
9
+ - Implement automatic version tag creation (v{version}) after successful npm publish
10
+ - Create and update 'latest' tag pointing to the most recent release
11
+ - Push both version and latest tags to remote for git history synchronization
12
+ - Ensure git tags are immediately available in the repository
13
+ - Update CHANGELOG with proper semantic versioning headers and GitHub compare links
14
+ - Improves consistency between git tags, npm releases, and GitHub releases
4
15
 
5
16
  ### Patch Changes
6
17
 
@@ -14,7 +25,7 @@
14
25
  - All 34 tests pass with 94.39% line coverage
15
26
  - No breaking changes - all Node.js APIs work seamlessly through Bun's Node.js compatibility layer
16
27
 
17
- ## 1.1.0
28
+ ## [1.1.0](https://github.com/mynameistito/github-archiver/compare/v1.0.9...v1.1.0) (2026-01-12)
18
29
 
19
30
  ### Minor Changes
20
31
 
@@ -33,7 +44,7 @@
33
44
  - Refactor summary box formatting with dynamic padding that accounts for emoji character widths
34
45
  - Ensure all numeric values in summary box are properly right-aligned
35
46
 
36
- ## 1.0.9
47
+ ## [1.0.9](https://github.com/mynameistito/github-archiver/compare/v1.0.8...v1.0.9) (2026-01-12)
37
48
 
38
49
  ### Patch Changes
39
50
 
@@ -46,6 +57,8 @@
46
57
  - Update Node requirement to 22+ (aligns with actual dependencies)
47
58
  - Update CI/CD workflows to use bun exclusively
48
59
 
60
+ ## [1.0.8](https://github.com/mynameistito/github-archiver/compare/v1.0.7...v1.0.8) (2026-01-11)
61
+
49
62
  ## [1.0.7](https://github.com/mynameistito/github-archiver/compare/v1.0.6...v1.0.7) (2026-01-11)
50
63
 
51
64
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-archiver",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Archive GitHub repositories via CLI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",