Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
Summary:
---------
Rebase with release branch.
  • Loading branch information
Krzysztof Borowy authored Apr 10, 2019
1 parent a30fc51 commit cd3fc67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branch": "release"
"branch": "release",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/async-storage",
"version": "1.2.4",
"version": "1.3.0",
"description": "Asynchronous, persistent, key-value storage system for React Native.",
"types": "./types/index.d.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -55,7 +55,9 @@
},
"jest": {
"preset": "react-native",
"setupFiles": ["./example/jest.setup.js"]
"setupFiles": [
"./example/jest.setup.js"
]
},
"detox": {
"test-runner": "jest",
Expand Down

0 comments on commit cd3fc67

Please sign in to comment.