From 8db3ef5c741f60723968a0e2c03367568378bbcd Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 16 Oct 2024 01:28:12 +0200 Subject: [PATCH] chore(release): :rocket: 1.0.1 --- CHANGELOG.md | 2 +- docs/api-docs.yaml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9835c..af30868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### 1.0.0 +#### 1.0.1 - add pre-commit and commit-msg hooks [`8f22ee7`](https://github.com/jqshuv/short/commit/8f22ee76a2fd135d5cafcbd5830b36094e7f4463) - Initial commit (by create-cloudflare CLI) [`c5c3d3d`](https://github.com/jqshuv/short/commit/c5c3d3d9f02af41a7721eec359fc4530b3a9d86c) diff --git a/docs/api-docs.yaml b/docs/api-docs.yaml index e7bb76f..5a02cd9 100644 --- a/docs/api-docs.yaml +++ b/docs/api-docs.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: short - version: 1.0.0 + version: 1.0.1 description: Short simple url shortener. servers: - url: https://s.jqshuv.com diff --git a/package.json b/package.json index 6468d07..1dc4581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "short", - "version": "1.0.0", + "version": "1.0.1", "private": true, "author": { "name": "jqshuv",