diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f6810..8e489a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3](https://github.com/goparrot/square-connect-plus/compare/v0.0.2...v0.0.3) (2020-03-24) + ### [0.0.2](https://github.com/goparrot/square-connect-plus/compare/v0.0.1...v0.0.2) (2020-01-31) ### Features diff --git a/package.json b/package.json index 8d83c64..e5bec38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@goparrot/square-connect-plus", "description": "Extends the official Square Connect APIs Javascript library with additional functionality", - "version": "0.0.2", + "version": "0.0.3", "author": "Coroliov Oleg", "license": "MIT", "private": false,