Skip to content

Commit

Permalink
chore(release): v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Jul 24, 2020
1 parent 0c212cd commit ff9efc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "matters-server",
"version": "3.4.0",
"version": "3.5.0",
"description": "Matters Server",
"author": "Matters <[email protected]>",
"main": "build/index.js",
"engines": {
"node": ">=12.16",
"npm": ">=6.14"
},
"license": "Apache-2.0",
"scripts": {
"db:rollback": "knex-migrate rollback",
"db:migrate": "knex-migrate up",
Expand All @@ -31,8 +33,6 @@
"gen": "npm run gen:schema && npm run gen:types",
"schema:push": "apollo service:push --key=$MATTERS_APOLLO_API_KEY --localSchemaFile=schema.graphql"
},
"author": "",
"license": "UNLICENSED",
"dependencies": {
"@elastic/elasticsearch": "^7.8.0",
"@google-cloud/translate": "^6.0.2",
Expand Down

0 comments on commit ff9efc4

Please sign in to comment.