diff --git a/apps/docs/pages/change-log.mdx b/apps/docs/pages/change-log.mdx index 1d2db735..ab1979d8 100644 --- a/apps/docs/pages/change-log.mdx +++ b/apps/docs/pages/change-log.mdx @@ -2,6 +2,19 @@ Here, we will document all the changes made to the [1chooo.com](https://1chooo.com) web app, including new features, bug fixes, and improvements. +## [v0.2.2] + +### What's Changed +* chore(deps): bump @1chooo-com from 0.2.1 to 0.2.2 by @1chooo in https://github.com/1chooo/1chooo.com/pull/310 +* Fix/missing blog contents and footer by @1chooo in https://github.com/1chooo/1chooo.com/pull/311 +* feat(blog): add skeleton loader for blogs by @mu-irfan in https://github.com/1chooo/1chooo.com/pull/314 +* refactor(blog): move POSTS_PER_PAGE to the lib (#297) by @1chooo in https://github.com/1chooo/1chooo.com/pull/316 + +### New Contributors +* @mu-irfan made their first contribution in https://github.com/1chooo/1chooo.com/pull/314 + +**Full Changelog**: https://github.com/1chooo/1chooo.com/compare/v0.2.1...v0.2.2 + ## [v0.2.1] ### What's Changed @@ -37,8 +50,6 @@ Here, we will document all the changes made to the [1chooo.com](https://1chooo.c **Full Changelog**: https://github.com/1chooo/1chooo.com/compare/v0.1.4...v0.1.5 -### What's Changed - ## [v0.1.4] ### What's Changed diff --git a/apps/web/package.json b/apps/web/package.json index 6833c4e7..70feca36 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "1chooo-com", - "version": "0.2.2", + "version": "0.2.3", "private": true, "license": "CC-BY-4.0", "author": { diff --git a/package-lock.json b/package-lock.json index a1f0aae4..2246c5c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -294,7 +294,7 @@ }, "apps/web": { "name": "1chooo-com", - "version": "0.2.2", + "version": "0.2.3", "license": "CC-BY-4.0", "dependencies": { "@codesandbox/sandpack-react": "^2.19.3",