From b896b9079568c4967eac4b0d560479e7fe6e5cd7 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 22 Mar 2023 18:02:55 +0800 Subject: [PATCH] chore: publish - @napi-rs/cli@2.15.2 --- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 792c09b7..a1e6a46e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.15.2](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.15.1...@napi-rs/cli@2.15.2) (2023-03-22) + +### Bug Fixes + +- **cli,napi-derive:** backward compatible with older cli with [#1531](https://github.com/napi-rs/napi-rs/issues/1531) ([#1536](https://github.com/napi-rs/napi-rs/issues/1536)) ([5398b16](https://github.com/napi-rs/napi-rs/commit/5398b16238dfc04562376d66d502d78357198c2f)) + ## [2.15.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.15.0...@napi-rs/cli@2.15.1) (2023-03-21) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 2f65b5e7..927d5261 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "2.15.1", + "version": "2.15.2", "description": "Cli tools for napi-rs", "keywords": [ "cli",