Skip to content

Commit c495af3

Browse files
mergify[bot]github-actions[bot]
authored andcommitted
Release v7.1.9
1 parent c94229a commit c495af3

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/weseek/growi/compare/v7.1.8...HEAD)
3+
## [Unreleased](https://github.com/weseek/growi/compare/v7.1.9...HEAD)
44

55
*Please do not manually update this file. We've automated the process.*
66

7+
## [v7.1.9](https://github.com/weseek/growi/compare/v7.1.8...v7.1.9) - 2025-02-03
8+
9+
### 💎 Features
10+
11+
* feat: Add error handling for data migration (#9582) @miya
12+
13+
### 🚀 Improvement
14+
15+
* imprv: Data migration script performance (#9599) @miya
16+
* imprv: Initialization for Passport strategies (#9353) @yuki-takei
17+
* imprv: Make data migration type safe (#9590) @miya
18+
* imprv: Printing styles (#9576) @yuki-takei
19+
20+
### 🐛 Bug Fixes
21+
22+
* fix: Serializing page data for share link (#9602) @yuki-takei
23+
24+
### 🧰 Maintenance
25+
26+
* ci(deps-dev): bump vite from 5.4.6 to 5.4.12 (#9574) @dependabot
27+
* ci(deps): bump mongoose from 6.13.0 to 6.13.6 (#9570) @dependabot
28+
* ci(deps): bump katex from 0.16.11 to 0.16.21 (#9564) @dependabot
29+
730
## [v7.1.8](https://github.com/weseek/growi/compare/v7.1.7...v7.1.8) - 2025-01-21
831

932
### 🐛 Bug Fixes

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@growi/app",
3-
"version": "7.1.9-RC.0",
3+
"version": "7.1.9",
44
"license": "MIT",
55
"private": "true",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "growi",
3-
"version": "7.1.9-RC.0",
3+
"version": "7.1.9",
44
"description": "Team collaboration software using markdown",
55
"license": "MIT",
66
"private": "true",

0 commit comments

Comments
 (0)