diff --git a/CHANGELOG.md b/CHANGELOG.md index f56583738..ddf243358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.3.5](https://github.com/randytarampi/me/compare/v6.3.4...v6.3.5) (2020-10-17) + + +### Bug Fixes + +* **service:** Prefer isomorphic-fetch^2.2.1. ([d8f1f70](https://github.com/randytarampi/me/commit/d8f1f70b7c2b01734a6459d4caffba53bc1eed19)), closes [/github.com/lquixada/cross-fetch/issues/15#issuecomment-388143640](https://github.com//github.com/lquixada/cross-fetch/issues/15/issues/issuecomment-388143640) + + + + + ## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23) diff --git a/lerna.json b/lerna.json index 131dabe3d..fda129196 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "6.3.4", + "version": "6.3.5", "command": { "publish": { "allowBranch": "master" diff --git a/packages/service/CHANGELOG.md b/packages/service/CHANGELOG.md index e2c3c05b7..6ede29a8f 100644 --- a/packages/service/CHANGELOG.md +++ b/packages/service/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.3.5](https://github.com/randytarampi/me/compare/v6.3.4...v6.3.5) (2020-10-17) + + +### Bug Fixes + +* **service:** Prefer isomorphic-fetch^2.2.1. ([d8f1f70](https://github.com/randytarampi/me/commit/d8f1f70b7c2b01734a6459d4caffba53bc1eed19)), closes [/github.com/lquixada/cross-fetch/issues/15#issuecomment-388143640](https://github.com//github.com/lquixada/cross-fetch/issues/15/issues/issuecomment-388143640) + + + + + ## [6.3.4](https://github.com/randytarampi/me/compare/v6.3.3...v6.3.4) (2020-09-23) diff --git a/packages/service/package.json b/packages/service/package.json index 05dff5449..37783fd39 100644 --- a/packages/service/package.json +++ b/packages/service/package.json @@ -1,7 +1,7 @@ { "name": "@randy.tarampi/service", "description": "The backend for www.randytarampi.ca", - "version": "6.3.4", + "version": "6.3.5", "author": { "name": "Randy Tarampi", "email": "rt@randytarampi.ca",