Skip to content

Commit

Permalink
chore(release): 2.130.1
Browse files Browse the repository at this point in the history
## [2.130.1](v2.130.0...v2.130.1) (2025-01-21)

### Bug Fixes

* **UI-1216:** project delete with error shouldn't redirect to homepage ([#909](#909)) ([9b1c442](9b1c442))
  • Loading branch information
semantic-release-bot committed Jan 21, 2025
1 parent 9b1c442 commit a69f90f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.130.1](https://github.com/autokitteh/web-platform/compare/v2.130.0...v2.130.1) (2025-01-21)


### Bug Fixes

* **UI-1216:** project delete with error shouldn't redirect to homepage ([#909](https://github.com/autokitteh/web-platform/issues/909)) ([9b1c442](https://github.com/autokitteh/web-platform/commit/9b1c4423d6c787337803640fc14feef719e964e7))

# [2.130.0](https://github.com/autokitteh/web-platform/compare/v2.129.2...v2.130.0) (2025-01-20)


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
Expand Up @@ -2,7 +2,7 @@
"name": "autokitteh",
"private": true,
"type": "module",
"version": "2.130.0",
"version": "2.130.1",
"scripts": {
"build": "vite build",
"build-storybook": "storybook build",
Expand Down

0 comments on commit a69f90f

Please sign in to comment.