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",