Skip to content

Commit b54428f

Browse files
author
Bartosz Dominiak
committed
Merge branch 'release/0.2.0'
2 parents 6b7f038 + b0619ba commit b54428f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0] - 2020-08-29
10+
### Added
11+
- VueLazy lib
12+
13+
### Updated
14+
- Dependencies
15+
16+
### Deleted
17+
- Static height in wrapper (#22)
18+
- Old directives
19+
920
## [0.1.0-beta.9] - 2020-08-26
1021
### Updated
1122
- Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-snap",
3-
"version": "0.1.0-beta.9",
3+
"version": "0.2.0",
44
"description": "Lightweight Carousel based on CSS Scroll Snap",
55
"main": "dist/vue-snap.umd.js",
66
"module": "dist/vue-snap.esm.js",

0 commit comments

Comments
 (0)