Skip to content

Commit 6cc5cd2

Browse files
committed
fix: README.md
1 parent f71cd9b commit 6cc5cd2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This package is currently development and will replace [attachment-advanced](htt
44

55
Project sample : [adonis-starter-kit](https://github.com/batosai/adonis-starter-kit)
66

7-
🔥 New [beta version](https://github.com/batosai/adonis-attachment/tree/1.2.0) for @adonisjs/drive support.
8-
97
## Roadmap
108

119
- [x] attachment file by file system
@@ -20,7 +18,7 @@ Project sample : [adonis-starter-kit](https://github.com/batosai/adonis-starter-
2018
- [ ] edge component
2119
- [x] serialize
2220

23-
⚠️ Breaking change [2.0.0 version](https://github.com/batosai/adonis-attachment/blob/main/CHANGELOG.md), include [@adonisjs/drive](https://docs.adonisjs.com/guides/digging-deeper/drive)
21+
⚠️ [Breaking change](https://github.com/batosai/adonis-attachment/blob/main/CHANGELOG.md), include [@adonisjs/drive](https://docs.adonisjs.com/guides/digging-deeper/drive)
2422

2523
### File sytem
2624

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jrmc/adonis-attachment",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"type": "module",
55
"description": "Turn any field on your Lucid model to an attachment data type",
66
"engines": {

0 commit comments

Comments
 (0)