Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 251b51b

Browse files
authored
new: Support proto v0.31. (#30)
1 parent bcdf056 commit 251b51b

25 files changed

+709
-479
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.10.0
4+
5+
#### 💥 Breaking
6+
7+
- Removed `install_global`, use `npm/pnpm/yarn` instead.
8+
- Removed `uninstall_global`, use `npm/pnpm/yarn` instead.
9+
- Removed the `intercept-globals` config setting.
10+
11+
#### 🚀 Updates
12+
13+
- Added a new `shared-globals-dir` setting, which injects args/env vars into npm/pnpm/yarn commands when they attemp to install global packages.
14+
- Updated to support proto v0.31 release.
15+
- Updated dependencies.
16+
317
## 0.9.1
418

519
#### 🚀 Updates

0 commit comments

Comments
 (0)