Skip to content

Commit

Permalink
release(travis): Release v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Oct 21, 2020
1 parent ef4b798 commit 9a3fbc7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1](https://github.com/randytarampi/me/compare/v7.0.0...v7.0.1) (2020-10-21)


### Bug Fixes

* **package:** Rebuild `yarn.lock`. ([ef4b798](https://github.com/randytarampi/me/commit/ef4b798f38167ef53a3695190cc1e001c29e1e3b))
* **service:** The instagram OAuth2 endpoint only returns `user_id` not a `user`. ([b0283f5](https://github.com/randytarampi/me/commit/b0283f56c5651c4779543779a6be196c07d97c7b))
* package.json to reduce vulnerabilities ([b73f073](https://github.com/randytarampi/me/commit/b73f073b89a8d401b2e80613d898dacff24d2e69))





# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)


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": "7.0.0",
"version": "7.0.1",
"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.

## [7.0.1](https://github.com/randytarampi/me/compare/v7.0.0...v7.0.1) (2020-10-21)


### Bug Fixes

* **service:** The instagram OAuth2 endpoint only returns `user_id` not a `user`. ([b0283f5](https://github.com/randytarampi/me/commit/b0283f56c5651c4779543779a6be196c07d97c7b))





# [7.0.0](https://github.com/randytarampi/me/compare/v6.3.5...v7.0.0) (2020-10-19)


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": "7.0.0",
"version": "7.0.1",
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
Expand Down

0 comments on commit 9a3fbc7

Please sign in to comment.