From 7c5accc4c72ea7e62cbc5470a7a2235bffdc6b35 Mon Sep 17 00:00:00 2001 From: whxaxes Date: Wed, 29 Mar 2023 11:12:22 +0800 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8659ea..e1ed324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.1.0](https://github.com/artus-cli/plugin-help/compare/v1.0.5...v1.1.0) (2023-03-29) + +### Features + +* support print examples ([#8](https://github.com/artus-cli/plugin-help/issues/8)) ([1c74fd9](https://github.com/artus-cli/plugin-help/commit/1c74fd9c7fda8c00db062ca625dbac666b312d15)) + ## [1.0.5](https://github.com/artus-cli/plugin-help/compare/v1.0.3...v1.0.5) (2023-02-28) ### Bug Fixes @@ -45,7 +51,7 @@ -# 1.0.0 (2022-12-23) +## 1.0.0 (2022-12-23) ### Bug Fixes diff --git a/package.json b/package.json index b4dd926..4e3892c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@artus-cli/plugin-help", - "version": "1.0.5", + "version": "1.1.0", "description": "show help information for @artus-cli", "homepage": "", "author": "",