Skip to content

Commit

Permalink
chore(release): 1.4.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.8](v1.4.7...v1.4.8) (2024-12-22)

### Bug Fixes

* fixes ([b56d702](b56d702))
  • Loading branch information
semantic-release-bot committed Dec 22, 2024
1 parent b56d702 commit a2f22a8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.8](https://github.com/lenneTech/deploy.party/compare/v1.4.7...v1.4.8) (2024-12-22)


### Bug Fixes

* fixes ([b56d702](https://github.com/lenneTech/deploy.party/commit/b56d70200831e2d1cb364b3fe37b70020def1a53))

## [1.4.7](https://github.com/lenneTech/deploy.party/compare/v1.4.6...v1.4.7) (2024-12-22)


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": "deploy-party",
"version": "1.4.7",
"version": "1.4.8",
"description": "",
"author": "Pascal Klesse",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions projects/api/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 projects/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lenne.tech/deploy-party-api",
"version": "1.4.7",
"version": "1.4.8",
"private": true,
"description": "API for deploy.party app",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions projects/app/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 projects/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lenne.tech/deploy-party-app",
"private": true,
"version": "1.4.7",
"version": "1.4.8",
"scripts": {
"init": "npm install",
"reinit": "rm -rf node_modules && rm -rf package-lock.json && npx nuxt cleanup && npm cache clean --force && npm i",
Expand Down

0 comments on commit a2f22a8

Please sign in to comment.