From eb74d3f951086f076edb616e348c72e472ac1047 Mon Sep 17 00:00:00 2001 From: Orchard Date: Fri, 8 Mar 2024 09:32:12 +0800 Subject: [PATCH] chore: release v2.0.4 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f7de4..10fc0fc 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.4] - 2024-03-08 ### Fixed diff --git a/package.json b/package.json index 01dbb76..d153b7d 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.3", + "version": "2.0.4", "private": "true", "author": "Orchard", "publisher": "OrcaTeam",