Skip to content

Commit 913659b

Browse files
authored
Merge pull request #72 from flutter-news-app-full-source-code/release/1.1.0
Release/1.1.0
2 parents 321f87f + b6e0232 commit 913659b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# 1.0.0 - 2025-10-13
1+
# Changelog
22

3-
* chore!: initial release under semantic versioning.
3+
## 1.0.1 - 2025-10-17
4+
5+
- **chore**: A new migration ensures that existing user preference documents are updated to include the savedFilters field, initialized as an empty array.
6+
7+
## 1.0.0 - 2025-10-13
8+
9+
- **chore!**: initial release under semantic versioning.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_news_app_api_server_full_source_code
22
description: The complete backend API server for the Flutter News App Toolkit, built with Dart Frog. Powers authentication, data management, user settings, and more.
33
repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code
44
publish_to: none
5-
version: 1.0.0
5+
version: 1.0.1
66

77
environment:
88
sdk: ^3.9.0

0 commit comments

Comments
 (0)