Skip to content

Commit

Permalink
release(travis): Release v6.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Oct 17, 2020
1 parent d8f1f70 commit bae5a91
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "6.3.4",
"version": "6.3.5",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
11 changes: 11 additions & 0 deletions packages/service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bae5a91

Please sign in to comment.