claude-nomad 0.52.0 → 0.52.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/nomad.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.52.2](https://github.com/funkadelic/claude-nomad/compare/v0.52.1...v0.52.2) (2026-06-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Testing
|
|
7
|
+
|
|
8
|
+
* skip round-trip integration test when gitleaks is absent ([#321](https://github.com/funkadelic/claude-nomad/issues/321)) ([2e57c90](https://github.com/funkadelic/claude-nomad/commit/2e57c907cd56bb45fdd320ad05faa54813cb25b8))
|
|
9
|
+
|
|
10
|
+
## [0.52.1](https://github.com/funkadelic/claude-nomad/compare/v0.52.0...v0.52.1) (2026-06-19)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Testing
|
|
14
|
+
|
|
15
|
+
* integration-test harness and two-host round-trip journey ([#319](https://github.com/funkadelic/claude-nomad/issues/319)) ([baf1f3f](https://github.com/funkadelic/claude-nomad/commit/baf1f3f5d2b0901f1dc960e39fd15dde2870e7af))
|
|
16
|
+
|
|
3
17
|
## [0.52.0](https://github.com/funkadelic/claude-nomad/compare/v0.51.1...v0.52.0) (2026-06-19)
|
|
4
18
|
|
|
5
19
|
|
package/dist/nomad.mjs
CHANGED
|
@@ -6794,7 +6794,7 @@ function parsePushArgs(argv) {
|
|
|
6794
6794
|
// package.json
|
|
6795
6795
|
var package_default = {
|
|
6796
6796
|
name: "claude-nomad",
|
|
6797
|
-
version: "0.52.
|
|
6797
|
+
version: "0.52.2",
|
|
6798
6798
|
type: "module",
|
|
6799
6799
|
description: "Sync Claude Code config (~/.claude/) across machines via a private Git repo, with path remapping and per-host settings overrides.",
|
|
6800
6800
|
keywords: [
|
package/package.json
CHANGED