Skip to content

Commit

Permalink
Merge pull request #149 from C4illin/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--convertx-frontend

chore(main): release 0.7.0
  • Loading branch information
C4illin authored Sep 28, 2024
2 parents 8817389 + 7d0cbb9 commit d3af968
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.7.0](https://github.com/C4illin/ConvertX/compare/v0.6.0...v0.7.0) (2024-09-26)


### Features

* Add support for 3d assets through assimp converter ([63a4328](https://github.com/C4illin/ConvertX/commit/63a4328d4a1e01df3e0ec4a877bad8c8ffe71129))


### Bug Fixes

* wrong layout on search with few options ([8817389](https://github.com/C4illin/ConvertX/commit/88173891ba2d69da46eda46f3f598a9b54f26f96))

## [0.6.0](https://github.com/C4illin/ConvertX/compare/v0.5.0...v0.6.0) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convertx-frontend",
"version": "0.6.0",
"version": "0.7.0",
"scripts": {
"dev": "bun run --watch src/index.tsx",
"hot": "bun run --hot src/index.tsx",
Expand Down

0 comments on commit d3af968

Please sign in to comment.