From a58db6457775ce05663e28c27648cf0eb2c3ebb9 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 26 Jan 2024 10:38:14 +0000 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce8e56ce..94bad7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.3.0](https://github.com/dailydotdev/docs/compare/v0.2.1...v0.3.0) (2024-01-26) + + +### Features + +* new page for public squads ([#279](https://github.com/dailydotdev/docs/issues/279)) ([46e2097](https://github.com/dailydotdev/docs/commit/46e2097174eb924c1af6983ef36a312da76d9a22)) + + + ## [0.2.1](https://github.com/dailydotdev/docs/compare/v0.2.0...v0.2.1) (2024-01-21) @@ -34,12 +43,3 @@ -## [0.1.1](https://github.com/dailydotdev/docs/compare/v0.1.0...v0.1.1) (2023-09-28) - - -### Bug Fixes - -* replace webm video with working video ([#226](https://github.com/dailydotdev/docs/issues/226)) ([def0140](https://github.com/dailydotdev/docs/commit/def0140c63d5d7b11328fc79b9d1a296e6bf7fc1)) - - - diff --git a/package.json b/package.json index e46d2b12..118ed28b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dailydev-docs", - "version": "0.2.1", + "version": "0.3.0", "private": true, "scripts": { "docusaurus": "docusaurus",