Skip to content

Commit

Permalink
feat: 6.6.1 update JS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Feb 16, 2024
1 parent 24b193e commit fa45036
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions speech_to_text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.6.1

### New
* More detailed error returns on iOS
* Updated JS dependency to 0.7.0 (would it kill you to release a 1.0 version?)

## 6.6.0

### New
Expand Down
4 changes: 2 additions & 2 deletions speech_to_text/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: speech_to_text
description: A Flutter plugin that exposes device specific speech to text recognition capability.
version: 6.6.0
version: 6.6.1
homepage: https://github.com/csdcorp/speech_to_text

environment:
Expand All @@ -18,7 +18,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
meta: ^1.1.7
js: ^0.6.3
js: ^0.7.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit fa45036

Please sign in to comment.