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

chore(main): release 0.1.1
This commit is contained in:
Emrik Östling
2024-05-31 11:56:02 +02:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [0.1.1](https://github.com/C4illin/ConvertX/compare/v0.1.0...v0.1.1) (2024-05-30)
### Bug Fixes
* :bug: make sure all redirects are 302 ([9970fd3](https://github.com/C4illin/ConvertX/commit/9970fd3f89190af96f8762edc3817d1e03082b3a)), closes [#12](https://github.com/C4illin/ConvertX/issues/12)
## 0.1.0 (2024-05-30)

View File

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