From 871cf5554d9c06a7c63bfd8daa56ef96efa6d71f Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sat, 5 Mar 2022 18:48:16 +0800 Subject: [PATCH] chore: publish - @napi-rs/cli@2.4.5 --- cli/CHANGELOG.md | 7 +++++++ cli/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index a8d6b156..9e7dc4b2 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.5](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.4.4...@napi-rs/cli@2.4.5) (2022-03-05) + +### Bug Fixes + +- **cli:** temporary dts path may not be writable ([e69f023](https://github.com/napi-rs/napi-rs/commit/e69f0230c24cb74d55287fe191d05edf53d7830a)) +- **napi:** race issues with Node.js worker_thread ([#1081](https://github.com/napi-rs/napi-rs/issues/1081)) ([9f3fbaa](https://github.com/napi-rs/napi-rs/commit/9f3fbaa8e0b6c0bcdd740d39d16de35a4ec18aa8)) + ## [2.4.4](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.4.3...@napi-rs/cli@2.4.4) (2022-02-11) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 3092bbdf..83f9b27d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "2.4.4", + "version": "2.4.5", "description": "Cli tools for napi-rs", "keywords": [ "cli",