Skip to content

Commit c9b4f21

Browse files
authored
Release v0.1.24 (#41)
1 parent cd78eca commit c9b4f21

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.23"
2+
".": "0.1.24"
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.24](https://github.com/genu/nuxt-upload-kit/compare/v0.1.23...v0.1.24) (2026-02-12)
5+
6+
7+
### Features
8+
9+
* add standalone upload support for storage adapters and thumbnail upload option ([5145649](https://github.com/genu/nuxt-upload-kit/commit/51456494ceae189c4916a69c9434b5094ee0162d))
10+
411
## [0.1.23](https://github.com/genu/nuxt-upload-kit/compare/v0.1.22...v0.1.23) (2026-02-09)
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.23",
3+
"version": "0.1.24",
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)