Skip to content

Commit a39c99c

Browse files
committed
chore(release): 3.2.1
1 parent 9103033 commit a39c99c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [3.2.1](https://github.com/HoPGoldy/cube-diary/compare/v3.2.0...v3.2.1) (2026-04-08)
6+
7+
8+
### Bug Fixes
9+
10+
* improve OpenAPI schemas for multipart and response endpoints ([9103033](https://github.com/HoPGoldy/cube-diary/commit/91030332bb536ac27d69cc5285f5815e2d791ebb))
11+
512
## [3.2.0](https://github.com/HoPGoldy/cube-diary/compare/v3.1.2...v3.2.0) (2026-03-27)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cube-diary",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"private": true,
55
"scripts": {
66
"dev": "concurrently -n backend,frontend -c blue,green \"pnpm --filter backend start:dev\" \"pnpm --filter frontend start:dev\"",

0 commit comments

Comments
 (0)