diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab7d8f47..b17a06f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0.2](https://github.com/nuxt/image/compare/v0.0.1...v0.0.2) (2020-10-02) + + +### Bug Fixes + +* improvements to make it work with Nuxt content ([46cc0e2](https://github.com/nuxt/image/commit/46cc0e21e853ad98db185da37375311963ec7716)) + ### 0.0.1 (2020-10-02) diff --git a/package.json b/package.json index 352364667..a36f6bd50 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/image", - "version": "0.0.1", + "version": "0.0.2", "description": "Nuxt Image Module", "repository": "nuxt/image", "license": "MIT",