diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e325cb..3a446bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.10.0](https://github.com/dailydotdev/docs/compare/v0.9.0...v0.10.0) (2024-09-09) + + +### Features + +* update work email verification terms ([#380](https://github.com/dailydotdev/docs/issues/380)) ([01520d2](https://github.com/dailydotdev/docs/commit/01520d22a7608200adc3d086bbd4357482f3452b)) + + + # [0.9.0](https://github.com/dailydotdev/docs/compare/v0.8.0...v0.9.0) (2024-08-29) @@ -34,12 +43,3 @@ -# [0.5.0](https://github.com/dailydotdev/docs/compare/v0.4.1...v0.5.0) (2024-07-05) - - -### Features - -* use real-time devcard example ([#323](https://github.com/dailydotdev/docs/issues/323)) ([6b50fb3](https://github.com/dailydotdev/docs/commit/6b50fb3b7b7974603d3d4cbabb3b0b27155f4d3f)) - - - diff --git a/package.json b/package.json index 473f22f..0bebcf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dailydev-docs", - "version": "0.9.0", + "version": "0.10.0", "private": true, "scripts": { "docusaurus": "docusaurus",