From 4b8048839caf2ee09f1a3d8b6e69e9b32dc8aee1 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Sun, 8 Sep 2024 13:53:38 +0200 Subject: [PATCH] chore: Release v12.0.1 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ae9a5..3a2b066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [12.0.1](https://github.com/medikoo/npm-cross-link/compare/v12.0.0...v12.0.1) (2024-09-08) + +### Bug Fixes + +- Do not print "not coherent" logs on first external linking ([47c7871](https://github.com/medikoo/npm-cross-link/commit/47c78717ae1a8ec3b363db45a7c28833c6482e31)) +- Ensure to link binaries on maintained install ([93aed19](https://github.com/medikoo/npm-cross-link/commit/93aed19dfbd5a2cabef1dd28f9c3d702cc522309)) + +### Maintenance Improvements + +- Exclude `mapBinaries` ([fd7cbfd](https://github.com/medikoo/npm-cross-link/commit/fd7cbfd3986e11d6c7a01669c7afc516b4ce60f1)) +- Imporove require path ([a14b83f](https://github.com/medikoo/npm-cross-link/commit/a14b83fee415afb23cf0b6d6f2e961f5836475b8)) +- Make `binaryHandler` accessible for maintained installation ([e6abc3c](https://github.com/medikoo/npm-cross-link/commit/e6abc3c3c142fdbaa1d1c0692789cd89cf540e9b)) +- Put `is-coherent` in context of binary handler ([12de710](https://github.com/medikoo/npm-cross-link/commit/12de7106a0f92bbd2614c3534d3b67aa57e722ef)) +- Remove misleading comment ([122c3b1](https://github.com/medikoo/npm-cross-link/commit/122c3b19669a7bae2c9ebbe23f975d80e6baa80f)) +- Separate binaries and deps check ([257127e](https://github.com/medikoo/npm-cross-link/commit/257127e23628ce673c31b60b4e8742fa1f4ef522)) + ## [12.0.0](https://github.com/medikoo/npm-cross-link/compare/v11.0.3...v12.0.0) (2024-09-08) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 59c6f03..aa00564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-cross-link", - "version": "12.0.0", + "version": "12.0.1", "author": "Mariusz Nowak (http://www.medikoo.com/)", "bin": { "npm-cross-link": "./bin/npm-cross-link.js",