Skip to content

Commit

Permalink
Merge branch 'release/0.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Dominiak committed Sep 15, 2020
2 parents 4629da3 + 04a7d93 commit 6823b1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tags: true
- provider: npm
cleanup: false
email: "$NPM_ADDRESS"
email: "$NPM_LOGIN"
api_key: "$NPM_TOKEN"
on:
tags: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3] - 2020-09-15
### Fixed
- TravisCI Config with proper ENV variables

## [0.3.2] - 2020-09-15
### Added
- Automated travis deployment
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-snap",
"version": "0.3.2",
"version": "0.3.3",
"description": "Lightweight Carousel based on CSS Scroll Snap",
"main": "dist/vue-snap.umd.js",
"module": "dist/vue-snap.esm.js",
Expand Down

0 comments on commit 6823b1c

Please sign in to comment.