Skip to content

Commit

Permalink
chore: release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Dec 31, 2023
1 parent 40ef87d commit f4314d6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.2"
".": "0.2.3"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.3](https://github.com/Cubyx-Network/website/compare/v0.2.2...v0.2.3) (2023-12-31)


### 🪲 Fehlerbehebungen

* **release-please:** Changelogs werden nun korrekt generiert ([d9a5918](https://github.com/Cubyx-Network/website/commit/d9a591863823908aebb85d73ce9300e173fd4eaf))


### ⚙️ Abhängigkeiten

* bump @prisma/client from 5.6.0 to 5.7.1 ([#231](https://github.com/Cubyx-Network/website/issues/231)) ([40ef87d](https://github.com/Cubyx-Network/website/commit/40ef87d4cd82d49230ed1fb05ed72fa4900574df))
* bump @types/node from 20.10.4 to 20.10.6 ([#229](https://github.com/Cubyx-Network/website/issues/229)) ([315387d](https://github.com/Cubyx-Network/website/commit/315387d3ac787115a7b5fad4a35b899f766e07d8))
* bump svelte-check from 3.6.0 to 3.6.2 ([#228](https://github.com/Cubyx-Network/website/issues/228)) ([f0875ea](https://github.com/Cubyx-Network/website/commit/f0875ea449ba9c771cbef9cc00355eae2d823a10))


### 🚀 CI/CD-Änderungen

* **release-please:** Tags werden nun ohne "website-" Prefix erstellt ([7898d56](https://github.com/Cubyx-Network/website/commit/7898d561f6c0a3db3fb86aa95e20deda045c4396))

## [0.2.2](https://github.com/Cubyx-Network/website/compare/website-v0.2.1...website-v0.2.2) (2023-12-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit f4314d6

Please sign in to comment.