Skip to content

Commit

Permalink
chore(release): v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NyllRE committed Oct 9, 2024
1 parent 095930b commit 3b7a5cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v0.2.8

[compare changes](https://github.com/NyllRE/nuxt-file-storage/compare/v0.2.7...v0.2.8)

### 🩹 Fixes

- Update to latest `@nuxt/module-builder` ([2d0c20c](https://github.com/NyllRE/nuxt-file-storage/commit/2d0c20c))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v0.2.7

[compare changes](https://github.com/NyllRE/nuxt-file-storage/compare/v0.2.6...v0.2.7)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-file-storage",
"version": "0.2.7",
"version": "0.2.8",
"description": "Easy solution to store files in your nuxt apps. Be able to upload files from the frontend and recieve them from the backend to then save the files in your project.",
"repository": "NyllRE/nuxt-file-storage",
"license": "MIT",
Expand Down Expand Up @@ -43,4 +43,4 @@
"nuxt": "^3.9.3",
"vitest": "^1.0.0"
}
}
}

0 comments on commit 3b7a5cb

Please sign in to comment.