From acdcb0f22dfc1b17af4878d1dae661e6008c9b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Mon, 30 Sep 2024 20:28:23 +0100 Subject: [PATCH] :bookmark: release v1.2.4 ## 1.2.4 - [CHORE] update [lints](https://pub.dev/packages/lints) to 5.0.0 (was 4.0.0) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3618fb..7327c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.4 + +- [CHORE] update [lints](https://pub.dev/packages/lints) to 5.0.0 (was 4.0.0) + ## 1.2.3 - [FIX] `QS.decode`: avoid a crash with `interpretNumericEntities: true`, `comma: true`, and `charset: latin1` diff --git a/pubspec.yaml b/pubspec.yaml index a1f1b43..81fb97c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qs_dart description: A query string encoding and decoding library for Dart. Ported from qs for JavaScript. -version: 1.2.3 +version: 1.2.4 homepage: https://techouse.github.io/qs/ repository: https://github.com/techouse/qs documentation: https://pub.dev/documentation/qs_dart/latest/