From 55b501fd058b38ea41455acef597f9fbc38a31a6 Mon Sep 17 00:00:00 2001 From: "simochee-release-bot[bot]" <260251294+simochee-release-bot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 06:12:14 +0000 Subject: [PATCH] chore(main): release ghostq 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0edc315..8466e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/simochee/ghostq/compare/ghostq-v1.0.0...ghostq-v1.1.0) (2026-07-18) + + +### Features + +* add adopt command to move existing files into the overlay ([#7](https://github.com/simochee/ghostq/issues/7)) ([cee815b](https://github.com/simochee/ghostq/commit/cee815bf67cc0b10f5a88f13b79e180d77eb01f7)) +* add prune command to remove dangling overlay links ([#6](https://github.com/simochee/ghostq/issues/6)) ([a3f961e](https://github.com/simochee/ghostq/commit/a3f961ee3a875e0a5d34826b678c0e5c69973202)) +* **install:** install the hook via init.templateDir so hook managers coexist ([b23f474](https://github.com/simochee/ghostq/commit/b23f4748372dcf467a28b694be63e545886dbfe5)) + + +### Bug Fixes + +* **install:** migrate off a legacy core.hooksPath install ([9955d78](https://github.com/simochee/ghostq/commit/9955d7821373148c5b7499ffba4374dbed12f9ce)) + ## 1.0.0 (2026-07-17) diff --git a/package.json b/package.json index 5dbecd5..48f8665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@simochee/ghostq", - "version": "1.0.0", + "version": "1.1.0", "description": "Restore your gitignored per-repo files automatically on every clone and worktree via a git hook", "license": "MIT", "repository": {