diff --git a/CHANGELOG.md b/CHANGELOG.md index 94bad7d0..2e7991a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.3.1](https://github.com/dailydotdev/docs/compare/v0.3.0...v0.3.1) (2024-01-27) + + +### Bug Fixes + +* public squads improvements ([#280](https://github.com/dailydotdev/docs/issues/280)) ([053a90d](https://github.com/dailydotdev/docs/commit/053a90d456356e8f8c9ca384b433798295c2a5f9)) + + + # [0.3.0](https://github.com/dailydotdev/docs/compare/v0.2.1...v0.3.0) (2024-01-26) @@ -34,12 +43,3 @@ -## [0.1.2](https://github.com/dailydotdev/docs/compare/v0.1.1...v0.1.2) (2023-10-10) - - -### Bug Fixes - -* remote adevertise from footer ([#233](https://github.com/dailydotdev/docs/issues/233)) ([10e85d9](https://github.com/dailydotdev/docs/commit/10e85d9cb340f09bc218ff613971c13e7c50552c)) - - - diff --git a/package.json b/package.json index 118ed28b..421b8613 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dailydev-docs", - "version": "0.3.0", + "version": "0.3.1", "private": true, "scripts": { "docusaurus": "docusaurus",