Skip to content

Commit

Permalink
chore(release): v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2024
1 parent f5e4a39 commit 7c1919c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
# Changelog


## v0.3.7

[compare changes](https://github.com/unjs/nypm/compare/v0.3.6...v0.3.7)

### 🚀 Enhancements

- Add global mode support ([#113](https://github.com/unjs/nypm/pull/113))
- Detect based on dlx command as fallback ([#117](https://github.com/unjs/nypm/pull/117))

### 🩹 Fixes

- **yarn:** Handle global for yarn 1.x only ([f5e4a39](https://github.com/unjs/nypm/commit/f5e4a39))

### 📖 Documentation

- Add jsdocs for `detectPackageManager` ([a7dfce7](https://github.com/unjs/nypm/commit/a7dfce7))

### 🏡 Chore

- Update deps ([d44ca3a](https://github.com/unjs/nypm/commit/d44ca3a))
- Update readme with automd ([d523b47](https://github.com/unjs/nypm/commit/d523b47))
- Update readme ([b36af77](https://github.com/unjs/nypm/commit/b36af77))
- Update deps ([9e69e36](https://github.com/unjs/nypm/commit/9e69e36))
- Fix lint/style issue ([e494591](https://github.com/unjs/nypm/commit/e494591))
- Update lockfile ([932be41](https://github.com/unjs/nypm/commit/932be41))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))

## v0.3.6

[compare changes](https://github.com/unjs/nypm/compare/v0.3.4...v0.3.6)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nypm",
"version": "0.3.6",
"version": "0.3.7",
"description": "Unified Package Manager for Node.js",
"repository": "unjs/nypm",
"license": "MIT",
Expand Down Expand Up @@ -57,4 +57,4 @@
"engines": {
"node": "^14.16.0 || >=16.10.0"
}
}
}

0 comments on commit 7c1919c

Please sign in to comment.