From 4f82081835ff86e671419fee086d6b7e5850a13f Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 25 Dec 2024 22:51:17 +0100 Subject: [PATCH] chore(release): :rocket: 1.2.3 --- CHANGELOG.md | 12 ++++++++++++ docs/api-docs.yaml | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2124a3..3098cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ --> +## v/1.2.2...v/1.2.3 + +[compare changes](https://github.com/jqshuv/short/compare/v/1.2.2...v/1.2.3) + +### 💅 Refactors + +- Update response message in index page for clarity and branding ([25fa530](https://github.com/jqshuv/short/commit/25fa530)) + +### ❤️ Contributors + +- Joshua + ## v/1.2.1...v/1.2.2 [compare changes](https://github.com/jqshuv/short/compare/v/1.2.1...v/1.2.2) diff --git a/docs/api-docs.yaml b/docs/api-docs.yaml index c2943a9..b996157 100644 --- a/docs/api-docs.yaml +++ b/docs/api-docs.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: short - version: 1.2.2 + version: 1.2.3 description: Short simple url shortener. servers: - url: https://s.jqshuv.com diff --git a/package.json b/package.json index ba12a26..d3b143d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "short", - "version": "1.2.2", + "version": "1.2.3", "private": true, "author": { "name": "jqshuv",