diff --git a/.changeset/update-deps.md b/.changeset/update-deps.md deleted file mode 100644 index f7d1e75..0000000 --- a/.changeset/update-deps.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github-archiver": patch ---- - -Update dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb1e3f..81ec40d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [1.1.1](https://github.com/mynameistito/github-archiver/compare/v1.1.0...v1.1.1) (2026-01-12) +## 1.5.1 + +### Patch Changes + +- [#12](https://github.com/mynameistito/github-archiver/pull/12) [`23948d1`](https://github.com/mynameistito/github-archiver/commit/23948d152cd2bfa5f42074b45477c338981f80ce) Thanks [@mynameistito](https://github.com/mynameistito)! - Update dependencies + ## 1.5.0 ### Minor Changes diff --git a/package.json b/package.json index 6c5383c..b693126 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-archiver", - "version": "1.5.0", + "version": "1.5.1", "description": "Archive GitHub repositories via CLI", "type": "module", "main": "dist/index.js",