Skip to content

Commit

Permalink
chore(release): 🚀 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 16, 2024
1 parent 3b2ec2c commit e8b5cee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
32 changes: 7 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
#### 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)
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.0
version: 1.1.1
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.0",
"version": "1.1.1",
"private": true,
"author": {
"name": "jqshuv",
Expand Down

0 comments on commit e8b5cee

Please sign in to comment.