diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 70bf2d1..69160ea 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x, 18.x] steps: - uses: actions/checkout@v1 diff --git a/README.md b/README.md index 8de1e8f..034af8d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # rich-text-vue-renderer -Vue renderer for the Contentful rich text field type. +Vue 3 renderer for the Contentful rich text field type. -## Version 2.x dropped support for Node 8. If you need Node 8 support, remain on 1.x! +## Version 2.x is for Vue 2 support. + +## Changelog + +See releases page for changelog of versions. ## Installation @@ -98,6 +102,7 @@ You can also pass custom renderers for both marks and nodes as an optional param ```html