diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d7bd4..bd795f1 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.3.2](https://github.com/nuxt-contrib/opencollective/compare/v0.3.1...v0.3.2) (2020-10-13) + + +### Bug Fixes + +* **pkg:** update main entry name ([e70d401](https://github.com/nuxt-contrib/opencollective/commit/e70d4016f883398629cacc671c7f5d61e18d5180)) + ### [0.3.1](https://github.com/nuxt-contrib/opencollective/compare/v0.3.0...v0.3.1) (2020-10-13) diff --git a/package.json b/package.json index b32ef85..8c18f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/opencollective", - "version": "0.3.1", + "version": "0.3.2", "repository": "nuxt-contrib/opencollective", "license": "MIT", "main": "dist/index.js",