Skip to content

Commit

Permalink
Release v7.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored and github-actions[bot] committed Feb 3, 2025
1 parent c94229a commit c495af3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
# Changelog

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

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

## [v7.1.9](https://github.com/weseek/growi/compare/v7.1.8...v7.1.9) - 2025-02-03

### 💎 Features

* feat: Add error handling for data migration (#9582) @miya

### 🚀 Improvement

* imprv: Data migration script performance (#9599) @miya
* imprv: Initialization for Passport strategies (#9353) @yuki-takei
* imprv: Make data migration type safe (#9590) @miya
* imprv: Printing styles (#9576) @yuki-takei

### 🐛 Bug Fixes

* fix: Serializing page data for share link (#9602) @yuki-takei

### 🧰 Maintenance

* ci(deps-dev): bump vite from 5.4.6 to 5.4.12 (#9574) @dependabot
* ci(deps): bump mongoose from 6.13.0 to 6.13.6 (#9570) @dependabot
* ci(deps): bump katex from 0.16.11 to 0.16.21 (#9564) @dependabot

## [v7.1.8](https://github.com/weseek/growi/compare/v7.1.7...v7.1.8) - 2025-01-21

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@growi/app",
"version": "7.1.9-RC.0",
"version": "7.1.9",
"license": "MIT",
"private": "true",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growi",
"version": "7.1.9-RC.0",
"version": "7.1.9",
"description": "Team collaboration software using markdown",
"license": "MIT",
"private": "true",
Expand Down

0 comments on commit c495af3

Please sign in to comment.