Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jmcdo29 committed Sep 1, 2022
1 parent 0ab9b86 commit 17acde3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/chatty-dolls-pull.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/fastify-multer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nest-lab/fastify-multer

## 1.0.1

### Patch Changes

- 0ab9b86: allow for multiple `registerAsync` calls

By moving the registration of the multipart content parse to a separate core module, the core module only gets activated once which allows for multiple `registerAsync` calls without calling the `fastify.register()` multiple times. This should resovle the error in #11.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify-multer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nest-lab/fastify-multer",
"version": "1.0.0",
"version": "1.0.1",
"description": "A File Upload package for NestJS when using fastify",
"keywords": [
"fastify",
Expand Down

0 comments on commit 17acde3

Please sign in to comment.