Skip to content

Commit cd7e597

Browse files
Release v0.1.23 (#30)
Co-authored-by: Eugen Istoc <eugenistoc@gmail.com>
1 parent 0564dc0 commit cd7e597

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.22"
2+
".": "0.1.23"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [0.1.23](https://github.com/genu/nuxt-upload-kit/compare/v0.1.22...v0.1.23) (2026-02-09)
5+
6+
7+
### Features
8+
9+
* enhance getSASUrl to accept operation parameter for upload, read, and delete actions ([bce0623](https://github.com/genu/nuxt-upload-kit/commit/bce06231814323ab1c52ce8b772d93ddadd3a836))
10+
411
## [0.1.22](https://github.com/genu/nuxt-upload-kit/compare/v0.1.21...v0.1.22) (2026-02-04)
512

613

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-upload-kit",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"description": "A powerful, plugin-based file upload manager for Nuxt applications",
55
"license": "MIT",
66
"repository": "https://github.com/genu/nuxt-upload-kit.git",

0 commit comments

Comments
 (0)