From 06af243bd59b20b4355222137c8abcaafd781fd8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Mar 2021 20:42:34 -0300 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/PedroHenry-Santos/AluraQuiz-TW3/compare/v1.0.0...v1.0.1) (2021-03-11) ### Bug Fixes * **database:** corrected question data in the database ([39ef0ed](https://github.com/PedroHenry-Santos/AluraQuiz-TW3/commit/39ef0ed79396ffc96bc76b080afa23a3bc138862)) * **home:** fix targeting for github ([d3fc6e8](https://github.com/PedroHenry-Santos/AluraQuiz-TW3/commit/d3fc6e807b7c0ea66e058cc2773df110f30b5413)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f3249e..9aa15d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/PedroHenry-Santos/AluraQuiz-TW3/compare/v1.0.0...v1.0.1) (2021-03-11) + + +### Bug Fixes + +* **database:** corrected question data in the database ([39ef0ed](https://github.com/PedroHenry-Santos/AluraQuiz-TW3/commit/39ef0ed79396ffc96bc76b080afa23a3bc138862)) +* **home:** fix targeting for github ([d3fc6e8](https://github.com/PedroHenry-Santos/AluraQuiz-TW3/commit/d3fc6e807b7c0ea66e058cc2773df110f30b5413)) + # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). diff --git a/package.json b/package.json index fb88eca..22f69f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "with-styled-components", - "version": "1.0.0", + "version": "1.0.1", "private": "false", "scripts": { "dev": "next",