From e8b5cee9696fa1d348bd975b18df7a345b415699 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 16 Oct 2024 02:35:42 +0200 Subject: [PATCH] chore(release): :rocket: 1.1.1 --- CHANGELOG.md | 32 +++++++------------------------- docs/api-docs.yaml | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dedefd3..389329d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,11 @@ -# 1.1.0 (2024-10-16) +### Changelog +All notable changes to this project will be documented in this file. Dates are displayed in UTC. -### Features +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -* :zap: feat ([7233b0a](https://github.com/jqshuv/short/commit/7233b0a25a0d343151423343bbfebe5e0d12f7b1)) -* add pre-commit and commit-msg hooks ([8f22ee7](https://github.com/jqshuv/short/commit/8f22ee76a2fd135d5cafcbd5830b36094e7f4463)) -* Add vitepress dependency to package.json ([9353d3b](https://github.com/jqshuv/short/commit/9353d3bbdd9293c451d610b5ee064b186af5bf26)) - - - - -## v/1.0.1...v/1.1.0 - -[compare changes](https://github.com/jqshuv/short/compare/v/1.0.1...v/1.1.0) - -### 💅 Refactors - -- Update release.config.mjs to use 'main' branch instead of 'master' ([34f811c](https://github.com/jqshuv/short/commit/34f811c)) -- Aktualisiere release.config.mjs, um den 'main'-Branch anstelle von 'master' zu verwenden ([5c720be](https://github.com/jqshuv/short/commit/5c720be)) - -### 🏡 Chore - -- **release:** 🚀 1.1.0 ([87e87ef](https://github.com/jqshuv/short/commit/87e87ef)) - -### ❤️ Contributors - -- Joshua +#### 1.1.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) +- update release.config.mjs to use 'main' branch instead of 'master' [`04aac06`](https://github.com/jqshuv/short/commit/04aac063159ccf8c741a1b9bc777ceea82d24f34) diff --git a/docs/api-docs.yaml b/docs/api-docs.yaml index 0ba06f6..7d88e51 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.0 + version: 1.1.1 description: Short simple url shortener. servers: - url: https://s.jqshuv.com diff --git a/package.json b/package.json index 499386d..cb7010a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "short", - "version": "1.1.0", + "version": "1.1.1", "private": true, "author": { "name": "jqshuv",