diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca683ed1..9efb8c55 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.0" + ".": "0.46.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9716ca..8e9028c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.46.1](https://github.com/scottames/dots/compare/v0.46.0...v0.46.1) (2026-06-02) + + +### Updates & Misc Chores + +* **nvim:** lazyvim updates ([afc2bd5](https://github.com/scottames/dots/commit/afc2bd536ef1ed88526cd5be9b679f79a76f06ff)) + + +### Bug Fixes + +* **opencode:** skill perms ([bb9fbe1](https://github.com/scottames/dots/commit/bb9fbe1cbd60e340ddeb19659b721496ffd5664a)) + ## [0.46.0](https://github.com/scottames/dots/compare/v0.45.0...v0.46.0) (2026-05-31)