oh-my-worktree 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/install.js +5 -0
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -132,7 +132,12 @@ async function install() {
132
132
  fs.chmodSync(binPath, 0o755);
133
133
  }
134
134
 
135
+ console.log('');
135
136
  console.log('✓ owt installed successfully!');
137
+ console.log('');
138
+ console.log(` Version: v${version}`);
139
+ console.log(` Changelog: https://github.com/${REPO}/releases/tag/v${version}`);
140
+ console.log('');
136
141
  } catch (error) {
137
142
  console.error('Failed to download binary:', error.message);
138
143
  console.error('');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-worktree",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "A TUI tool for managing Git worktrees in bare repositories",
5
5
  "keywords": [
6
6
  "git",