Skip to content

Commit

Permalink
chore(release): 🚀 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 20, 2024
1 parent 5158679 commit e065007
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

## v/1.1.2...v/1.1.3

[compare changes](https://github.com/jqshuv/short/compare/v/1.1.2...v/1.1.3)
Expand Down
2 changes: 1 addition & 1 deletion docs/api-docs.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "short",
"version": "1.1.3",
"version": "1.2.0",
"private": true,
"author": {
"name": "jqshuv",
Expand Down

0 comments on commit e065007

Please sign in to comment.