diff --git a/CHANGELOG.md b/CHANGELOG.md index 137be2a..548f950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.2](https://github.com/AksharP5/skillsync/compare/v0.12.1...v0.12.2) (2026-09-10) + + +### Bug Fixes + +* stop ignored local files from churning vault history ([#68](https://github.com/AksharP5/skillsync/issues/68)) ([e6619d3](https://github.com/AksharP5/skillsync/commit/e6619d39dc43845c4196d4f14d4b91cbeeb71c7a)) + ## [0.12.1](https://github.com/AksharP5/skillsync/compare/v0.12.0...v0.12.1) (2026-08-31) diff --git a/package-lock.json b/package-lock.json index fddf251..cb10f9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@akshar5/skillsync", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@akshar5/skillsync", - "version": "0.12.1", + "version": "0.12.2", "license": "MIT", "dependencies": { "@inquirer/prompts": "^8.5.2" diff --git a/package.json b/package.json index b282296..b2761bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@akshar5/skillsync", - "version": "0.12.1", + "version": "0.12.2", "description": "Local-first GitHub-backed sync for AI agent skills, instructions, and Codex plugins.", "type": "module", "repository": { diff --git a/release-please-manifest.json b/release-please-manifest.json index 38acea6..18eef3d 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.1" + ".": "0.12.2" }