Skip to content

Commit 6c4e288

Browse files
chore(main): release 2.12.3 (#438)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 52d5cba commit 6c4e288

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.12.3](https://github.com/pure-js/self-hosted-microblogging/compare/v2.12.2...v2.12.3) (2025-01-17)
6+
7+
8+
### Bug Fixes
9+
10+
* 2 type errors ([#443](https://github.com/pure-js/self-hosted-microblogging/issues/443)) ([da8e1fa](https://github.com/pure-js/self-hosted-microblogging/commit/da8e1fa2bddb75f78650ba563bcbbeb60b619242))
11+
* CSS styling of the app ([#453](https://github.com/pure-js/self-hosted-microblogging/issues/453)) ([52d5cba](https://github.com/pure-js/self-hosted-microblogging/commit/52d5cbaeca16af59642b38b591842e268a48b701))
12+
* move spec file to the corresponding folder ([#444](https://github.com/pure-js/self-hosted-microblogging/issues/444)) ([19d6325](https://github.com/pure-js/self-hosted-microblogging/commit/19d63255f13b15aabf5471d0f41b35e04250a832))
13+
* only 9 typing errors left ([#437](https://github.com/pure-js/self-hosted-microblogging/issues/437)) ([3c25f61](https://github.com/pure-js/self-hosted-microblogging/commit/3c25f610d34323665beda905264bc1b89bfddb65))
14+
515
## [2.12.2](https://github.com/pure-js/self-hosted-microblogging/compare/v2.12.1...v2.12.2) (2025-01-04)
616

717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "self-hosted-microblogging",
3-
"version": "2.12.2",
3+
"version": "2.12.3",
44
"description": "Self-hosted Microblogging Frontend App",
55
"main": "apps/client/app/index.tsx",
66
"homepage": "https://pure-js.github.io/self-hosted-microblogging/",

0 commit comments

Comments
 (0)