From 5e5013e5b2849e03b2691522a1cb5c354d5fe04b Mon Sep 17 00:00:00 2001 From: Travis Date: Fri, 10 Aug 2018 22:18:54 +0000 Subject: [PATCH] release(travis): Release v0.10.1. --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/resume/CHANGELOG.md | 12 ++++++++++++ packages/resume/package.json | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed5526ac..41d8a74eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.10.1](https://github.com/randytarampi/me/compare/v0.10.0...v0.10.1) (2018-08-10) + + +### Bug Fixes + +* **resume:** Fix the alignment on `.resume-header__address`. ([6a078bc](https://github.com/randytarampi/me/commit/6a078bc)) + + + + + # [0.10.0](https://github.com/randytarampi/me/compare/v0.9.1...v0.10.0) (2018-08-10) diff --git a/lerna.json b/lerna.json index 693bdd347..0f3baaa0d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.10.0", + "version": "0.10.1", "command": { "publish": { "allowBranch": "master" diff --git a/packages/resume/CHANGELOG.md b/packages/resume/CHANGELOG.md index 89aad7073..487495f9a 100644 --- a/packages/resume/CHANGELOG.md +++ b/packages/resume/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.10.1](https://github.com/randytarampi/me/compare/v0.10.0...v0.10.1) (2018-08-10) + + +### Bug Fixes + +* **resume:** Fix the alignment on `.resume-header__address`. ([6a078bc](https://github.com/randytarampi/me/commit/6a078bc)) + + + + + # [0.10.0](https://github.com/randytarampi/me/compare/v0.9.1...v0.10.0) (2018-08-10) diff --git a/packages/resume/package.json b/packages/resume/package.json index 793c792b6..e5ccd32d1 100644 --- a/packages/resume/package.json +++ b/packages/resume/package.json @@ -9,7 +9,7 @@ "email": "rt@randytarampi.ca", "url": "http://www.randytarampi.ca" }, - "version": "0.10.0", + "version": "0.10.1", "homepage": "http://resume.randytarampi.ca", "bugs": { "url": "https://github.com/randytarampi/me/issues",