Skip to content

Commit 224ad4a

Browse files
authored
Release v0.1.26 (#46)
1 parent 294852f commit 224ad4a

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.25"
2+
".": "0.1.26"
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.26](https://github.com/genu/nuxt-upload-kit/compare/v0.1.25...v0.1.26) (2026-02-13)
5+
6+
7+
### Features
8+
9+
* add appendExistingFiles to unify multi-source file tracking ([#45](https://github.com/genu/nuxt-upload-kit/issues/45)) ([294852f](https://github.com/genu/nuxt-upload-kit/commit/294852f83047d2be44768f56081c4d734a78edce))
10+
411
## [0.1.25](https://github.com/genu/nuxt-upload-kit/compare/v0.1.24...v0.1.25) (2026-02-13)
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.25",
3+
"version": "0.1.26",
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)