diff --git a/.travis.yml b/.travis.yml index e7eb61c..40d13d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,11 @@ script: notifications: email: false + +deploy: + - provider: npm + email: 'devops@oceanprotocol.com' + api_key: ${NPM_TOKEN} + skip_cleanup: true + on: + tags: true diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cfae482 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 0.0.1 + +> 11 May 2020