Skip to content

Commit 38fcb72

Browse files
author
Baptiste MENADIER
committed
update version and changelog for 0.8.2
1 parent a0e29a1 commit 38fcb72

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog of ng-walkthrough
22

3+
## V0.8.2 (2019-04-04)
4+
5+
### Corrections
6+
7+
- fix interpretation of `marginZone` to avoid arrow to be inside the highlight zone
8+
- make the curve of the arrow start nearer the tail to avoid arrow to be messed up
9+
310
## V0.8.1 (2019-04-02)
411

512
### Corrections

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ng-walkthrough",
33
"description": "Walkthrough, an Angular library",
4-
"version": "0.8.1",
4+
"version": "0.8.2",
55
"author": "Célian Veyssière",
66
"license": "MIT",
77
"scripts": {

projects/angular-walkthrough/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-walkthrough",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Walkthrough, an Angular library",
55
"author": "Célian Veyssière",
66
"license": "MIT",

0 commit comments

Comments
 (0)