diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e86bf..d6fd119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 0.5.0 (2020-10-04) + +### Bug Fixes + +* Adds rich text assets to assets collection ([963487e](https://github.com/CMeeg/gridsome-source-kentico-kontent/commit/963487e0347aa2f919e7c3ffc7df0084ec6ad753)), closes [#15](https://github.com/CMeeg/gridsome-source-kentico-kontent/issues/15) + ## 0.4.1 (2020-04-13) ### Bug Fixes diff --git a/package.json b/package.json index 5ec63f2..93e3a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@meeg/gridsome-source-kentico-kontent", - "version": "0.4.1", + "version": "0.5.0", "description": "Kentico Kontent data source plugin for Gridsome.", "author": "Chris Meagher", "license": "MIT",