Skip to content

Commit 486e11d

Browse files
committed
chore: new version
1 parent e0f5414 commit 486e11d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.3.1
4+
5+
* fix: review exceptions
6+
* doc: add [exception](/guide/advanced_usage/exceptions)
7+
8+
39
## 2.3.0
410

511
* add [createFromBase64](/guide/basic_usage/controller-setup.html#from-base64)

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jrmc/adonis-attachment",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Turn any field on your Lucid model to an attachment data type",
66
"engines": {
@@ -56,7 +56,6 @@
5656
"./attachment_provider": "./build/providers/attachment_provider.js"
5757
},
5858
"dependencies": {
59-
"@poppinss/utils": "^6.7.3",
6059
"exifreader": "^4.23.3",
6160
"file-type": "^19.4.0"
6261
},

0 commit comments

Comments
 (0)