diff --git a/CHANGELOG.md b/CHANGELOG.md index 112e6412..22e6815f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.4.1](https://github.com/dailydotdev/docs/compare/v0.4.0...v0.4.1) (2024-04-12) + + +### Bug Fixes + +* missing space ([#308](https://github.com/dailydotdev/docs/issues/308)) ([c71d1db](https://github.com/dailydotdev/docs/commit/c71d1db4ffaf2d16df9f80bdb8e5df1fa3109569)) + + + # [0.4.0](https://github.com/dailydotdev/docs/compare/v0.3.1...v0.4.0) (2024-02-27) @@ -34,12 +43,3 @@ -# [0.2.0](https://github.com/dailydotdev/docs/compare/v0.1.3...v0.2.0) (2024-01-18) - - -### Features - -* latest updates to our content guidelines in 2024 ([#270](https://github.com/dailydotdev/docs/issues/270)) ([36ba98a](https://github.com/dailydotdev/docs/commit/36ba98aeb8370557bdb9064815973d0f7792246a)) - - - diff --git a/package.json b/package.json index bfc4c364..4296ee5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dailydev-docs", - "version": "0.4.0", + "version": "0.4.1", "private": true, "scripts": { "docusaurus": "docusaurus",