From 29d27a357a343dd3ec60650a1e7d6ff69a517563 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 30 Aug 2024 15:39:06 +0000 Subject: [PATCH] chore(release): v0.2.0 [skip ci] --- CHANGELOG.md | 38 +++++++++++--------------------------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0f233..083e108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,20 @@ -#### 0.2.0 (2024-07-15) +# 0.2.0 (2024-08-30) -##### Documentation Changes -* same change in contributing (d875fe41) -* fix codeblock (8e1b312e) +### Bug Fixes -##### New Features +* [#26](https://github.com/FrancescoXX/rustcrab/issues/26) ([b4046b4](https://github.com/FrancescoXX/rustcrab/commit/b4046b495d4d1ea86422dae75715740c374c8b84)) +* [#32](https://github.com/FrancescoXX/rustcrab/issues/32) ([f72bc7b](https://github.com/FrancescoXX/rustcrab/commit/f72bc7bec3740e3fdc462a456d84a04320606345)) +* [#97](https://github.com/FrancescoXX/rustcrab/issues/97) footer over cookie consent form ([635fc01](https://github.com/FrancescoXX/rustcrab/commit/635fc011d02025d2df1b329e15dff3e8a7c8c4e6)) +* [#97](https://github.com/FrancescoXX/rustcrab/issues/97) footer over cookie consent form ([3050aa0](https://github.com/FrancescoXX/rustcrab/commit/3050aa02950cf9bbf4028cae9d59fc4d8222e6df)) -* add books section (ad0034af) -* add projects section (a5647aad) -##### Bug Fixes +### Features -* #26 (b4046b49) -* #32 (f72bc7be) +* add books section ([ad0034a](https://github.com/FrancescoXX/rustcrab/commit/ad0034af577289812c27cfacc5c591782394696d)) +* add people section ([b31d2be](https://github.com/FrancescoXX/rustcrab/commit/b31d2becc0f123bd8f26f22a76954b4a4784fdc3)) +* add projects section ([a5647aa](https://github.com/FrancescoXX/rustcrab/commit/a5647aad1b989566b3f4516f297c7872de93f516)) +* lessons complete ([1a7c7c5](https://github.com/FrancescoXX/rustcrab/commit/1a7c7c5f773905cf9790e6686c408704540d11e6)) -##### Other Changes -* FrancescoXX/rustcrab into sakibOnRust (a95edbc6) -* //github.com/FrancescoXX/rustcrab (974d3056) -* devvsakib/rustcrab into sakibOnRust (4295c98d) -* devtools page (85c98ec8) -* add GA to Rustcab (83d8ab2c) -* //github.com/FrancescoXX/rustcrab (9c96b1d6) -* rustdev squads link (db014a83) -* //github.com/FrancescoXX/rustcrab (7e188bf8) - -##### Refactors - -* Update social media links in Footer component (7035405c) - -##### Code Style Changes - -* updated dark mode icons and conditional redendering (3d7af5d8) diff --git a/package-lock.json b/package-lock.json index 94faaed..789cd48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rustcrab", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 9215ad2..0a910ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rustcrab", - "version": "0.1.0", + "version": "0.2.0", "private": true, "scripts": { "dev": "next dev",