From 773b839e8f0fe2816dde680c3145316dcefb29ba Mon Sep 17 00:00:00 2001 From: Emma Ramirez Date: Sun, 14 Jan 2018 00:20:38 -0700 Subject: [PATCH] chore(release): 0.9.0 :tada: --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468400e..1e263f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [0.9.0](https://github.com/EmmaRamirez/emmaramirez.me/compare/0.8.0...0.9.0) (2018-01-14) + + +### Bug Fixes + +* add sort to Tags component ([8cde27c](https://github.com/EmmaRamirez/emmaramirez.me/commit/8cde27c)) +* add sort to Tags component ([262d8a2](https://github.com/EmmaRamirez/emmaramirez.me/commit/262d8a2)) +* **style:** add padding to blog-post ([b2471aa](https://github.com/EmmaRamirez/emmaramirez.me/commit/b2471aa)) +* ensure not passing in 'tags' breaks command ([98740bf](https://github.com/EmmaRamirez/emmaramirez.me/commit/98740bf)) + + +### Features + +* add Tags component ([a58a053](https://github.com/EmmaRamirez/emmaramirez.me/commit/a58a053)) +* add tags to npm run create ([7a95b7c](https://github.com/EmmaRamirez/emmaramirez.me/commit/7a95b7c)) + + + # [0.8.0](https://github.com/EmmaRamirez/emmaramirez.me/compare/0.7.1...0.8.0) (2018-01-09) diff --git a/package-lock.json b/package-lock.json index 4246777..8661000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "emmaramirez.me", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ed36e69..e6377f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emmaramirez.me", - "version": "0.8.0", + "version": "0.9.0", "description": "emma's personal website", "main": "index.js", "dependencies": {