Skip to content

Commit 50350cd

Browse files
Release v0.1.22 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2487038 commit 50350cd

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

.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.21"
2+
".": "0.1.22"
33
}

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

33

4+
## [0.1.22](https://github.com/genu/nuxt-upload-kit/compare/v0.1.21...v0.1.22) (2026-02-04)
5+
6+
7+
### Features
8+
9+
* enhance Azure Data Lake storage adapter with dynamic SAS URL handling and improved file client management ([d2aaf75](https://github.com/genu/nuxt-upload-kit/commit/d2aaf756789bd179f6b5fdb44f8c1337e6e31e84))
10+
11+
12+
### Dependencies
13+
14+
* **deps:** update aws-sdk to v3.981.0 ([#14](https://github.com/genu/nuxt-upload-kit/issues/14)) ([01f32f3](https://github.com/genu/nuxt-upload-kit/commit/01f32f3aeb4efad009f52d44376b1a99a71e135c))
15+
* **deps:** update aws-sdk to v3.982.0 ([#16](https://github.com/genu/nuxt-upload-kit/issues/16)) ([fe781cc](https://github.com/genu/nuxt-upload-kit/commit/fe781cc65789cf5406c870660284529c9d71bd00))
16+
* **deps:** update dependency happy-dom to v20.5.0 ([#15](https://github.com/genu/nuxt-upload-kit/issues/15)) ([1b3b5ad](https://github.com/genu/nuxt-upload-kit/commit/1b3b5ade8018558b192e519927d08c758f072704))
17+
* **deps:** update dependency node to v24 ([#11](https://github.com/genu/nuxt-upload-kit/issues/11)) ([3f27e2e](https://github.com/genu/nuxt-upload-kit/commit/3f27e2ef4623f4f4a7afc4c4652668a9a46f9bd3))
18+
* pin aws-sdk and happy-dom versions to specific releases ([e8e4adb](https://github.com/genu/nuxt-upload-kit/commit/e8e4adb419c907d29787d9bef5ef2b47f6e25347))
19+
420
## v0.1.21
521

622
[compare changes](https://github.com/genu/nuxt-upload-kit/compare/v0.1.20...v0.1.21)
@@ -319,4 +335,3 @@
319335
### ❤️ Contributors
320336

321337
- Eugen Istoc <eugenistoc@gmail.com>
322-

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.21",
3+
"version": "0.1.22",
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)