Skip to content

Commit d13e0cd

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.0.0 [skip ci]
1 parent d240518 commit d13e0cd

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

CHANGELOG.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
## [0.1.6](https://github.com/l4rm4nd/VoucherVault/compare/v0.1.5...v0.1.6) (2024-07-23)
1+
## [1.0.0](https://github.com/l4rm4nd/VoucherVault/compare/v0.1.6...v1.0.0) (2024-07-27)
2+
3+
4+
### Features
5+
6+
* **ci:** run container as low priv 1000:1000 user ([b8e285b](https://github.com/l4rm4nd/VoucherVault/commit/b8e285b99ffd3971e82e57c3b870a53c07ddc824))
7+
* support percentage values ([92a0122](https://github.com/l4rm4nd/VoucherVault/commit/92a012263ab12f54c319ab7376e4a774437e06c5))
8+
* **upload:** allow file uploads ([8ed7d9b](https://github.com/l4rm4nd/VoucherVault/commit/8ed7d9b043b01044b2e0a8f404c36404ac87478c))
29

310

411
### Bug Fixes
512

6-
* **decorator:** add support for next redirect url ([7404c1b](https://github.com/l4rm4nd/VoucherVault/commit/7404c1b09531aced0a9d3c631dbdf9ae988543f1))
13+
* **docker:** adjust permissions ([b3294f0](https://github.com/l4rm4nd/VoucherVault/commit/b3294f0d0169df7d721f5e3b4b47233fd69d96f3))
14+
15+
## [0.1.6](https://github.com/l4rm4nd/VoucherVault/compare/v0.1.5...v0.1.6) (2024-07-23)
16+
717

18+
### Bug Fixes
819

20+
* **decorator:** add support for next redirect url ([7404c1b](https://github.com/l4rm4nd/VoucherVault/commit/7404c1b09531aced0a9d3c631dbdf9ae988543f1))
921

1022
## [0.1.5](https://github.com/l4rm4nd/VoucherVault/compare/v0.1.4...v0.1.5) (2024-07-21)
1123

@@ -14,32 +26,17 @@
1426

1527
* **docker:** upgrade base python image ([628115a](https://github.com/l4rm4nd/VoucherVault/commit/628115aacf18014d47e7d00656a92b26452a12f2))
1628

17-
18-
1929
## [0.1.4](https://github.com/l4rm4nd/VoucherVault/compare/v0.1.3...v0.1.4) (2024-07-21)
2030

2131

2232
### Bug Fixes
2333

2434
* **ci:** remove unnecessary packages from Dockerfile ([7bd950e](https://github.com/l4rm4nd/VoucherVault/commit/7bd950e808524189e4739502e58cadb8d57e1ee7))
2535

26-
27-
2836
## [0.1.3](https://github.com/l4rm4nd/VoucherVault/compare/v0.1.2...v0.1.3) (2024-07-21)
2937

3038

3139
### Bug Fixes
3240

3341
* **ci:** build docker image for arm64 too ([edcd092](https://github.com/l4rm4nd/VoucherVault/commit/edcd092e01cb64abaa05407888c83fc74b9f2944))
3442

35-
36-
37-
## [0.1.2](https://github.com/l4rm4nd/VoucherVault/compare/v0.1.1...v0.1.2) (2024-07-19)
38-
39-
40-
### Bug Fixes
41-
42-
* **ui:** display version in footer ([f6673fb](https://github.com/l4rm4nd/VoucherVault/commit/f6673fbc461795c1487b54e2012e1b573319d3bc))
43-
44-
45-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.1.6"
2+
"version": "1.0.0"
33
}

0 commit comments

Comments
 (0)