Skip to content

Commit

Permalink
chore(release): 🚀 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 16, 2024
1 parent b6a6830 commit ce6ec20
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
-->


## v/1.0.0-rc.0...v/1.0.0

[compare changes](https://github.com/jqshuv/short/compare/v/1.0.0-rc.0...v/1.0.0)

### 💅 Refactors

- Update release configuration to use escaped version in release notes ([a8ad439](https://github.com/jqshuv/short/commit/a8ad439))
- Update documentation for the short. URL shortener ([b6a6830](https://github.com/jqshuv/short/commit/b6a6830))

### ❤️ Contributors

- Joshua <[email protected]>

## ...v/1.0.0-rc.0


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.0.0-rc.0
version: 1.0.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.0.0-rc.0",
"version": "1.0.0",
"private": true,
"author": {
"name": "jqshuv",
Expand Down

0 comments on commit ce6ec20

Please sign in to comment.