Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
- chore(build): add new built version
- fix: prevent TypeError if recognition not supported
- chore(formatting): follow Google formatting convention
- returning a new result for each recognition instead of appending to previous
- Added support for the lang attribute in voice-recognition
- Update browser support table due to partial support in Safari
  • Loading branch information
masonlouchart committed Feb 23, 2018
1 parent c439cc4 commit cf38de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voice-elements",
"version": "1.0.0",
"version": "1.1.0",
"description": "Web Speech API wrapper that allows you to do voice recognition (speech to text) and speech synthesis (text to speech) using Polymer.",
"authors": [
"Zeno Rocha <[email protected]>"
Expand Down

0 comments on commit cf38de1

Please sign in to comment.