From 7c478d10c1dfe4e1fe14bdd7c22be35b10698eb2 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Fri, 19 Jul 2024 12:46:58 +0200 Subject: [PATCH] chore: Release v11.0.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1757c62..da41872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [11.0.2](https://github.com/medikoo/npm-cross-link/compare/v11.0.1...v11.0.2) (2024-07-19) + +### Bug Fixes + +- Properly fix symlink creation in case of destination directory doesn't exist ([24244ce](https://github.com/medikoo/npm-cross-link/commit/24244ce9ea171f808d24c5cd5ac8c502430d8572)) + ### [11.0.1](https://github.com/medikoo/npm-cross-link/compare/v11.0.0...v11.0.1) (2024-07-19) ### Bug Fixes diff --git a/package.json b/package.json index 137db53..6ed96b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-cross-link", - "version": "11.0.1", + "version": "11.0.2", "author": "Mariusz Nowak (http://www.medikoo.com/)", "bin": { "npm-cross-link": "./bin/npm-cross-link.js",