From 89e128878ca2c0d498a596ecc139b27d62db68b6 Mon Sep 17 00:00:00 2001 From: Antwika <> Date: Thu, 28 Nov 2024 12:55:42 +0000 Subject: [PATCH] chore(release): 0.0.130 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c82459..328a81d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.0.130](https://github.com/antwika/swagger/compare/v0.0.129...v0.0.130) (2024-11-28) + ## [0.0.129](https://github.com/antwika/swagger/compare/v0.0.128...v0.0.129) (2024-11-21) ## [0.0.128](https://github.com/antwika/swagger/compare/v0.0.127...v0.0.128) (2024-11-14) diff --git a/package.json b/package.json index 76e914d..f5a8486 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "license": "MIT", "name": "@antwika/swagger", - "version": "0.0.129", + "version": "0.0.130", "private": false, "main": "dist/index.js", "types": "dist/index.d.ts",