From 8688a171f5ecb8ecafbf862cad8e3b8dbcf8e79b Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 27 Feb 2024 09:14:33 +0000 Subject: [PATCH] chore(release): v0.4.0 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7991a3..112e6412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.4.0](https://github.com/dailydotdev/docs/compare/v0.3.1...v0.4.0) (2024-02-27) + + +### Features + +* upgrade the reputation docs page ([#289](https://github.com/dailydotdev/docs/issues/289)) ([ce9e940](https://github.com/dailydotdev/docs/commit/ce9e940ef3100f655a5a001e5b480ef2e08fc422)) + + + ## [0.3.1](https://github.com/dailydotdev/docs/compare/v0.3.0...v0.3.1) (2024-01-27) @@ -34,12 +43,3 @@ -## [0.1.3](https://github.com/dailydotdev/docs/compare/v0.1.2...v0.1.3) (2023-10-19) - - -### Bug Fixes - -* style community icon on mobile view ([#254](https://github.com/dailydotdev/docs/issues/254)) ([e0f4847](https://github.com/dailydotdev/docs/commit/e0f4847a73b0450135f879360ea5d9207556040a)) - - - diff --git a/package.json b/package.json index 421b8613..bfc4c364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dailydev-docs", - "version": "0.3.1", + "version": "0.4.0", "private": true, "scripts": { "docusaurus": "docusaurus",