Skip to content

Commit 9993b98

Browse files
committed
Cut version 3.0.0-rc.0
1 parent f731175 commit 9993b98

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
Vue renderer for the Contentful rich text field type.
44

5+
## Version 3.x is for Vue 3 support.
6+
57
## Version 2.x dropped support for Node 8. If you need Node 8 support, remain on 1.x!
68

9+
## Changelog
10+
11+
See releases page for changelog of versions.
12+
713
## Installation
814

915
Using [npm](http://npmjs.org/):

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contentful-rich-text-vue-renderer",
3-
"version": "2.0.0",
3+
"version": "3.0.0-rc.0",
44
"description": "Render Contentful Rich Text field using Vue components",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)