Skip to content

Commit

Permalink
js-sdk v2.0.6 (common-js update to v2.0.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lajos88 committed Jan 22, 2020
1 parent dd77399 commit 52ce702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
version: 1.0
node_js:
- "8"
install:
Expand All @@ -22,6 +23,7 @@ jobs:
- stage: release
if: branch = master
deploy:
edge: true
provider: npm
api_key: "$NPM_API_KEY"
email: "$NPM_EMAIL"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "configcat-js",
"version": "2.0.5",
"version": "2.0.6",
"description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"author": "ConfigCat",
"license": "MIT",
"dependencies": {
"configcat-common": "^2.0.4"
"configcat-common": "^2.0.6"
},
"devDependencies": {
"@types/chai": "^4.2.4",
Expand Down

0 comments on commit 52ce702

Please sign in to comment.