Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.6...v1.1.0) (2020-03-03)

### Features

* **TypeScript:** TypeScript support! ([#235](#235)) ([140debf](140debf))
  • Loading branch information
semantic-release-bot committed Mar 3, 2020
1 parent 140debf commit c09c017
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-community/voice",
"description": "React Native Native Voice library for iOS and Android",
"version": "1.0.6",
"version": "1.1.0",
"author": "Sam Wenke <samwenke@gmail.com>",
"homepage": "https://github.com/react-native-community/voice",
"devDependencies": {
Expand All @@ -25,7 +25,7 @@
],
"license": "MIT",
"main": "dist/index.js",
"types":"dist/index.d.ts",
"types": "dist/index.d.ts",
"peerDependencies": {
"react-native": ">=0.40.0"
},
Expand All @@ -39,10 +39,10 @@
"start": "yarn --cwd example start",
"ios": "yarn --cwd example ios",
"android": "yarn --cwd example android",
"prepare":"yarn build",
"build":"tsc",
"type-check":"tsc -noEmit",
"dev-sync":"cp -r ./dist example/node_modules/@react-native-community/voice"
"prepare": "yarn build",
"build": "tsc",
"type-check": "tsc -noEmit",
"dev-sync": "cp -r ./dist example/node_modules/@react-native-community/voice"
},
"dependencies": {
"invariant": "^2.2.4"
Expand Down

0 comments on commit c09c017

Please sign in to comment.