Skip to content

Commit

Permalink
chore(release): 🚀 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 20, 2024
1 parent f37c42b commit a322c2a
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.2...v/1.1.3

[compare changes](https://github.com/jqshuv/short/compare/v/1.1.2...v/1.1.3)

### 💅 Refactors

- Remove unnecessary comma in vitest.config.mts ([f37c42b](https://github.com/jqshuv/short/commit/f37c42b))

### ❤️ Contributors

- Joshua <[email protected]>

## v/1.1.1...v/1.1.2

[compare changes](https://github.com/jqshuv/short/compare/v/1.1.1...v/1.1.2)
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.2
version: 1.1.3
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.2",
"version": "1.1.3",
"private": true,
"author": {
"name": "jqshuv",
Expand Down

0 comments on commit a322c2a

Please sign in to comment.