From 2b1500be9ea9625adb3793e317666f48b62222aa Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 7 Jul 2023 00:09:28 +0000 Subject: [PATCH] chore(release): v0.1.0 [skip ci] --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 3 +++ 2 files changed, 28 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 package.json diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e0584b65 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# 0.1.0 (2023-07-07) + + +### Bug Fixes + +* added custom permission ([ea04b3e](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/ea04b3ea7a607a1d1eaa87d641305656f7eeab09)) +* changed the group id from starter given default to our own. ([d2b075f](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/d2b075f2e246cdc80f06892b176a6bd8d70cf336)) +* changed the triggering to tag push ([2fcac0a](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/2fcac0af3878bcbe6698ca320142638364cb1268)) +* fixed indentation related issue. ([f0da586](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/f0da586fcf5ee237d8d3626203dea5c70f86595d)) +* getting rid of wrong triggering issue ([d8ae3ca](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/d8ae3ca1820746e6967b2b2b1599f4a7c4e2f277)) +* **README:** fixed the indentation issue ([4da2c02](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/4da2c02aaea894ee34ea26ad6b11cd8a23befb09)) +* updated the triggering actions and manually creating adding tag ([947e49a](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/947e49adfe991bd426bd7e67a8be1994ebca86e3)) + + +### Features + +* added custom styles to `Testimonial.jsx` and added wavy sections. ([23b0795](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/23b0795dea3973a550e689a4208f1866352f1101)) +* added NextJS frontEnd. ([d3ae39b](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/d3ae39b9ecf59586132fb559ec6f3fdee46ad74e)) +* added SEO(search engine optimization). ([b03854c](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/b03854c3ca7a4ff09712a3ae59fe00235600ad1b)) +* added special hover effect on the premium section h1. ([fa9bcc9](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/fa9bcc999b4f36cf4eeb014628751dba7744d540)) +* Added the ability to add new quizzes. ([60892de](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/60892de80542c245f159ba930bca616f3d61d271)) +* added translation effect on the Anchor tag. ([01e1cb9](https://github.com/Inmoresentum/InteractiveQuizApplication/commit/01e1cb9d15ed925e904e1f8f3d54cb554aa22957)) + + + diff --git a/package.json b/package.json new file mode 100644 index 00000000..6793ca79 --- /dev/null +++ b/package.json @@ -0,0 +1,3 @@ +{ + "version": "0.1.0" +} \ No newline at end of file