Skip to content

Commit a2e5929

Browse files
committed
chore: version packages
1 parent 7cfe786 commit a2e5929

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
## [1.1.1](https://github.com/mynameistito/github-archiver/compare/v1.1.0...v1.1.1) (2026-01-12)
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [`e42add2`](https://github.com/mynameistito/github-archiver/commit/e42add279d4630f9b5857feef99dd77ba25fd1f0) Thanks [@mynameistito](https://github.com/mynameistito)! - ## Add GitHub Packages Publishing Support
8+
9+
Adds dual-registry publishing to both npm and GitHub Packages registries with OIDC trusted publishing.
10+
11+
### Added
12+
13+
- GitHub Packages npm registry support - package published as `@mynameistito/github-archiver`
14+
- `.npmrc` configuration for GitHub Packages registry routing
15+
- GitHub Packages publishing step in release workflow with automatic version checking
16+
- OIDC trusted publishing for enhanced security (no manual tokens required)
17+
18+
### Changed
19+
20+
- Updated release workflow permissions to include `packages: write` for GitHub Packages access
21+
- Release workflow now publishes to both npm (`github-archiver`) and GitHub Packages (`@mynameistito/github-archiver`) simultaneously
22+
323
## 1.4.0
424

525
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-archiver",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Archive GitHub repositories via CLI",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)