Skip to content

Commit b963b71

Browse files
committed
chore(release): 1.1.0
1 parent 655a7d3 commit b963b71

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [1.1.0](https://github.com/Scarg/vue-swipeable/compare/v0.0.12...v1.1.0) (2020-10-18)
6+
7+
8+
### Features
9+
10+
* **Reset:** various improvements on how reset is handled when the user interects again with the element ([31e0782](https://github.com/Scarg/vue-swipeable/commit/31e07821a54b41153a3830b0a18129805917bbd6))
11+
12+
13+
### Bug Fixes
14+
15+
* **Directive:** improved how the scroll detection work and solved an issue with conclicts between scrolling and horizontal swiping + replaced "scrollDetected" with proper enum in order to explain the "null" value (as it was actually a 3state variable) ([643bc2b](https://github.com/Scarg/vue-swipeable/commit/643bc2b34486c8d9fe01fe67d0f1fd9da5aa50d2))
16+
17+
# Changelog
18+
319
All notable changes to this project will be documented in this file.
420

521
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "vue-swipeable",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"build": "tsc",
99
"test": "echo \"Error: no test specified\" && exit 1",
10-
"lint": "tslint -p tsconfig.json"
10+
"lint": "tslint -p tsconfig.json",
11+
"release": "standard-version"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)