Merge pull request #26 from C4illin/release-please--branches--main--components--convertx-frontend

This commit is contained in:
Emrik Östling
2024-06-10 23:09:12 +02:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [0.1.2](https://github.com/C4illin/ConvertX/compare/v0.1.1...v0.1.2) (2024-06-10)
### Bug Fixes
* fix incorrect redirect ([25df58b](https://github.com/C4illin/ConvertX/commit/25df58ba82321aaa6617811a6995cb96c2a00a40)), closes [#23](https://github.com/C4illin/ConvertX/issues/23)
## [0.1.1](https://github.com/C4illin/ConvertX/compare/v0.1.0...v0.1.1) (2024-05-30)

View File

@@ -1,6 +1,6 @@
{
"name": "convertx-frontend",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"dev": "bun run --watch src/index.tsx",
"hot": "bun run --hot src/index.tsx",