Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-04-18)

### Bug Fixes

* also install p7zip ([48ba535](48ba535))
* create the archive after running semantic-release ([b571f87](b571f87))
* formatting error ([36c02da](36c02da))
* inistall 7zip directly, as the action was not working ([9ed3263](9ed3263))
* remove local postbuild script ([12a76b7](12a76b7))
* renamed file again to get it into the final form ([0cfe70f](0cfe70f))
* renamed file to be able to make it lowercase ([194db10](194db10))
* set the tag_name for "action-gh-release" explicitly ([d79f917](d79f917))
* try to find out where 7za is ([9feb9b4](9feb9b4))
* typo ([3905b68](3905b68))
* use "semantic release" directly via "npx" ([869219d](869219d))
* use 7za instead of 7z ([1139a2f](1139a2f))
* use full path to 7za ([559cde8](559cde8))
* use RELEASE_GIT_TAG instead of hardcoded tag_name ([a8d7013](a8d7013))
* use the RELEASE_GIT_TAG from the env ([a19cc9e](a19cc9e))

### Features

* add erasing ([8fd4f33](8fd4f33))
* better vector store info ([1684129](1684129))
* clean up ui and performance ([#1](#1)) ([0f5e674](0f5e674))
* improve ui and add presets ([b75ec7b](b75ec7b))
* update styles ([4a75c6e](4a75c6e))
* use semantic-release to create automated releases ([#5](#5)) ([dfed3dd](dfed3dd))
  • Loading branch information
semantic-release-bot committed Apr 18, 2024
1 parent a19cc9e commit a3b6538
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 1.0.0 (2024-04-18)


### Bug Fixes

* also install p7zip ([48ba535](https://github.com/blib-la/vj/commit/48ba535f127c061d8190997f2334f81c9ff99601))
* create the archive after running semantic-release ([b571f87](https://github.com/blib-la/vj/commit/b571f87744de859bd7a99552654dd053bc114a91))
* formatting error ([36c02da](https://github.com/blib-la/vj/commit/36c02da1ec5d6290bf3aa21470f1348ab332abad))
* inistall 7zip directly, as the action was not working ([9ed3263](https://github.com/blib-la/vj/commit/9ed3263ecf17a4fd327057b9ea107111d738eefc))
* remove local postbuild script ([12a76b7](https://github.com/blib-la/vj/commit/12a76b7ec1c6f9219c057fb0c54ff38f255d0019))
* renamed file again to get it into the final form ([0cfe70f](https://github.com/blib-la/vj/commit/0cfe70fa3735a332442a1012070617531b103e95))
* renamed file to be able to make it lowercase ([194db10](https://github.com/blib-la/vj/commit/194db1040e9d2d5856c28eb161d0a787852dc082))
* set the tag_name for "action-gh-release" explicitly ([d79f917](https://github.com/blib-la/vj/commit/d79f917f1eb9a78f12f9cec28091e2f82d9aa555))
* try to find out where 7za is ([9feb9b4](https://github.com/blib-la/vj/commit/9feb9b42dd19106a342b6f2406bca6eead2d70cc))
* typo ([3905b68](https://github.com/blib-la/vj/commit/3905b681e157556947b6f0b2041b6bb7e8140a9d))
* use "semantic release" directly via "npx" ([869219d](https://github.com/blib-la/vj/commit/869219d062ddcb9243391b9d8a89aff83d220002))
* use 7za instead of 7z ([1139a2f](https://github.com/blib-la/vj/commit/1139a2ff920f50cfbdd66546218ff0a0ea4e8965))
* use full path to 7za ([559cde8](https://github.com/blib-la/vj/commit/559cde855ad5f6062774193823c17e13fbeddeea))
* use RELEASE_GIT_TAG instead of hardcoded tag_name ([a8d7013](https://github.com/blib-la/vj/commit/a8d70139ec6d50a58851e06d9167a6535515f296))
* use the RELEASE_GIT_TAG from the env ([a19cc9e](https://github.com/blib-la/vj/commit/a19cc9ed1057e46a4792383919ad27cf50a4f9e0))


### Features

* add erasing ([8fd4f33](https://github.com/blib-la/vj/commit/8fd4f3395bf1cea181e7ef6951434701d9ff31a7))
* better vector store info ([1684129](https://github.com/blib-la/vj/commit/16841293b1470f0f60d43763cf1d2f83b9907e53))
* clean up ui and performance ([#1](https://github.com/blib-la/vj/issues/1)) ([0f5e674](https://github.com/blib-la/vj/commit/0f5e674162ffb59159fef05c089819abefdcb02b))
* improve ui and add presets ([b75ec7b](https://github.com/blib-la/vj/commit/b75ec7bef3e46f5226a466fca509b6aa023dfd5e))
* update styles ([4a75c6e](https://github.com/blib-la/vj/commit/4a75c6e8ded6141881a398ace9461ff0591b6620))
* use semantic-release to create automated releases ([#5](https://github.com/blib-la/vj/issues/5)) ([dfed3dd](https://github.com/blib-la/vj/commit/dfed3dd13055a33906a15fe9356cabe8dea8793a))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "captain-vj",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down

0 comments on commit a3b6538

Please sign in to comment.