Skip to content

Commit

Permalink
Merge pull request #15 from techouse/release/v1.0.10
Browse files Browse the repository at this point in the history
🔖 release v1.0.10
  • Loading branch information
techouse authored Apr 29, 2024
2 parents 8e9455c + c713c76 commit c8794cd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,10 @@ jobs:
if: ${{ always() }}
run: |
rm -rf $CHANGELOG_PATH
docs:
uses: ./.github/workflows/docs.yml
needs: [ test, publish ]
permissions:
contents: write
secrets: inherit
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.10

- [CHORE] add [documentation](https://techouse.github.io/qs/)

## 1.0.9

- [FIX] incorrect parsing of nested params with closing square bracket `]` in the property name ([#12](https://github.com/techouse/qs/pull/12))
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: qs_dart
description: A query string encoding and decoding library for Dart. Ported from qs for JavaScript.
version: 1.0.9
version: 1.0.10
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
documentation: https://pub.dev/documentation/qs_dart/latest/

environment:
sdk: ^3.0.0
Expand Down

0 comments on commit c8794cd

Please sign in to comment.