We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4d145 commit c0dc83bCopy full SHA for c0dc83b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jrmc/adonis-attachment",
3
- "version": "2.1.1-1",
+ "version": "2.2.0",
4
"type": "module",
5
"description": "Turn any field on your Lucid model to an attachment data type",
6
"engines": {
@@ -82,7 +82,7 @@
82
"prettier": "@adonisjs/prettier-config",
83
"publishConfig": {
84
"access": "public",
85
- "tag": "beta"
+ "tag": "latest"
86
},
87
"volta": {
88
"node": "20.17.0"
0 commit comments