diff --git a/CHANGELOG.md b/CHANGELOG.md index 530f039..2e22d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [3.0.3](https://github.com/yesmeck/mini-store/compare/v3.0.2...v3.0.3) (2020-05-06) + + + ## [3.0.2](https://github.com/yesmeck/mini-store/compare/v3.0.1...v3.0.2) (2020-04-13) diff --git a/package.json b/package.json index 947878e..a680600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-store", - "version": "3.0.2", + "version": "3.0.3", "main": "cjs/index.js", "module": "esm/index.js", "license": "MIT",