From 8e41fadc6b9ecdaab94f181f8cb13155ddb3186e Mon Sep 17 00:00:00 2001 From: Orchard Date: Sat, 17 Feb 2024 19:53:58 +0800 Subject: [PATCH] chore: release v2.0.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a190af..e806d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the "tswagger" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [Unreleased] +## [2.0.1] - 2024-02-17 ### Changed diff --git a/package.json b/package.json index 960c4a6..743400d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "tswagger", "icon": "assets/images/logo.png", "description": "Generate typescript for swagger.", - "version": "2.0.0", + "version": "2.0.1", "private": "true", "author": "Orchard", "publisher": "OrcaTeam",