Skip to content

Commit

Permalink
chore: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
batosai committed Sep 19, 2024
1 parent e0f5414 commit 486e11d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.3.1

* fix: review exceptions
* doc: add [exception](/guide/advanced_usage/exceptions)


## 2.3.0

* add [createFromBase64](/guide/basic_usage/controller-setup.html#from-base64)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -56,7 +56,6 @@
"./attachment_provider": "./build/providers/attachment_provider.js"
},
"dependencies": {
"@poppinss/utils": "^6.7.3",
"exifreader": "^4.23.3",
"file-type": "^19.4.0"
},
Expand Down

0 comments on commit 486e11d

Please sign in to comment.