From 8043c304b9a51c47b2ca1a36f5f1fa7c06600406 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Tue, 6 Jan 2026 09:33:55 +0900 Subject: [PATCH] feat: v1.0.5 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47435a4..a9619f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.5 + +* Fix exclude rule. + ## 1.0.4 * Fix lint rules. diff --git a/example/pubspec.lock b/example/pubspec.lock index dfcf926..daf6e71 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -421,7 +421,7 @@ packages: path: ".." relative: true source: path - version: "1.0.4" + version: "1.0.5" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6596d41..88b84ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: platform_image_converter description: "A high-performance Flutter plugin for cross-platform image format conversion using native APIs." -version: 1.0.4 +version: 1.0.5 homepage: https://github.com/koji-1009/platform_image_converter topics: - image