Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 4, 2021
1 parent 2950fb2 commit 2e3fedb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.1.1] - 2021-04-04

### Fixed

- Support `force` & `buildFromSource` options in yarn ([#140](https://github.com/prebuild/prebuild-install/issues/140)) ([`8cb1ced`](https://github.com/prebuild/prebuild-install/commit/8cb1ced)) (João Moreno)
- Bump `node-abi` to prevent dedupe (closes [#135](https://github.com/prebuild/prebuild-install/issues/135)) ([`2950fb2`](https://github.com/prebuild/prebuild-install/commit/2950fb2)) (Vincent Weevers)

## [6.1.0] - 2021-04-03

### Added
Expand Down Expand Up @@ -36,6 +43,8 @@

- Replace `mkdirp` dependency with `mkdirp-classic` ([**@ralphtheninja**](https://github.com/ralphtheninja))

[6.1.1]: https://github.com/prebuild/prebuild-install/compare/v6.1.0...v6.1.1

[6.1.0]: https://github.com/prebuild/prebuild-install/compare/v6.0.1...v6.1.0

[6.0.1]: https://github.com/prebuild/prebuild-install/compare/v6.0.0...v6.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prebuild-install",
"version": "6.1.0",
"version": "6.1.1",
"description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform",
"scripts": {
"test": "tape test/*-test.js && npm run lint",
Expand Down

0 comments on commit 2e3fedb

Please sign in to comment.