We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f5414 commit 486e11dCopy full SHA for 486e11d
docs/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.3.1
4
+
5
+* fix: review exceptions
6
+* doc: add [exception](/guide/advanced_usage/exceptions)
7
8
9
## 2.3.0
10
11
* add [createFromBase64](/guide/basic_usage/controller-setup.html#from-base64)
package.json
@@ -1,6 +1,6 @@
{
"name": "@jrmc/adonis-attachment",
- "version": "2.3.0",
+ "version": "2.3.1",
"type": "module",
"description": "Turn any field on your Lucid model to an attachment data type",
"engines": {
@@ -56,7 +56,6 @@
56
"./attachment_provider": "./build/providers/attachment_provider.js"
57
},
58
"dependencies": {
59
- "@poppinss/utils": "^6.7.3",
60
"exifreader": "^4.23.3",
61
"file-type": "^19.4.0"
62
0 commit comments