diff --git a/CHANGELOG.md b/CHANGELOG.md index f29f798..f94aced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ --> +## v/1.1.3...v/1.2.0 + +[compare changes](https://github.com/jqshuv/short/compare/v/1.1.3...v/1.2.0) + +### 💅 Refactors + +- Improve URL handling in fetch function ([5158679](https://github.com/jqshuv/short/commit/5158679)) + +### ❤️ Contributors + +- Joshua + ## v/1.1.2...v/1.1.3 [compare changes](https://github.com/jqshuv/short/compare/v/1.1.2...v/1.1.3) diff --git a/docs/api-docs.yaml b/docs/api-docs.yaml index 325d84f..6af21b3 100644 --- a/docs/api-docs.yaml +++ b/docs/api-docs.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: short - version: 1.1.3 + version: 1.2.0 description: Short simple url shortener. servers: - url: https://s.jqshuv.com diff --git a/package.json b/package.json index cd72cf3..ff54cd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "short", - "version": "1.1.3", + "version": "1.2.0", "private": true, "author": { "name": "jqshuv",