From 004430a5dffbf8413520c6ce89ddcfab534e7d36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:28:03 +0200 Subject: [PATCH] chore(master): release 1.2.3 [skip-ci] (#20) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d2012..a0518dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.3](https://github.com/zone-eu/restify-api-generate/compare/v1.2.2...v1.2.3) (2024-11-28) + + +### Bug Fixes + +* **deps:** add path module. RA-1-4 ([#19](https://github.com/zone-eu/restify-api-generate/issues/19)) ([46d259b](https://github.com/zone-eu/restify-api-generate/commit/46d259b3e3c7db4f9be7253e9900111919b4610e)) + ## [1.2.2](https://github.com/zone-eu/restify-api-generate/compare/v1.2.1...v1.2.2) (2024-09-05) diff --git a/package-lock.json b/package-lock.json index c9cc18b..38e72df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "restifyapigenerate", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "restifyapigenerate", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "devDependencies": { "eslint": "8.56.0", diff --git a/package.json b/package.json index b865268..d1cbe79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restifyapigenerate", - "version": "1.2.2", + "version": "1.2.3", "description": "Automatically generate OpenApi documentation for your restify API", "main": "restifyOpenapiGenerator.js", "scripts": {