Skip to content

Commit e734384

Browse files
authored
Release v0.1.27 (#63)
1 parent a1a0eea commit e734384

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.26"
2+
".": "0.1.27"
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.27](https://github.com/genu/nuxt-upload-kit/compare/v0.1.26...v0.1.27) (2026-02-23)
5+
6+
7+
### Bug Fixes
8+
9+
* use dynamic imports for optional ffmpeg dependencies ([#62](https://github.com/genu/nuxt-upload-kit/issues/62)) ([a1a0eea](https://github.com/genu/nuxt-upload-kit/commit/a1a0eea3c924d4f0b9373ed3e9fb1b5bf3ff3041))
10+
411
## [0.1.26](https://github.com/genu/nuxt-upload-kit/compare/v0.1.25...v0.1.26) (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.26",
3+
"version": "0.1.27",
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)