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

Commit

Permalink
new: Support proto v0.31. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Mar 1, 2024
1 parent bcdf056 commit 251b51b
Show file tree
Hide file tree
Showing 25 changed files with 709 additions and 479 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.10.0

#### 💥 Breaking

- Removed `install_global`, use `npm/pnpm/yarn` instead.
- Removed `uninstall_global`, use `npm/pnpm/yarn` instead.
- Removed the `intercept-globals` config setting.

#### 🚀 Updates

- Added a new `shared-globals-dir` setting, which injects args/env vars into npm/pnpm/yarn commands when they attemp to install global packages.
- Updated to support proto v0.31 release.
- Updated dependencies.

## 0.9.1

#### 🚀 Updates
Expand Down
Loading

0 comments on commit 251b51b

Please sign in to comment.