Skip to content

Commit ffa62b1

Browse files
authored
Merge pull request #93 from Scrum/milestone-0.7.6
Milestone 0.7.6
2 parents 86969c2 + 029abc1 commit ffa62b1

File tree

5 files changed

+139
-99
lines changed

5 files changed

+139
-99
lines changed

.clintonrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"rules": {
1212
"pkg-main": "off",
1313
"xo": "off",
14-
"use-travis": "off"
14+
"use-travis": "off",
15+
"ava": "off"
1516
}
1617
}

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
## <small>0.7.6 (2020-06-16)</small>
2+
3+
* perf: label condition ([a92fec4](https://github.com/Scrum/vue-2-breadcrumbs/commit/a92fec4))
4+
* build: of ava ([6a89895](https://github.com/Scrum/vue-2-breadcrumbs/commit/6a89895))
5+
* build: update dep dev ([826bc15](https://github.com/Scrum/vue-2-breadcrumbs/commit/826bc15))
6+
* fix: trailingspace ([1a34893](https://github.com/Scrum/vue-2-breadcrumbs/commit/1a34893))
7+
* Added test to exclude blank breadcrumbs ([dc73ddb](https://github.com/Scrum/vue-2-breadcrumbs/commit/dc73ddb))
8+
* Added test to exclude blank breadcrumbs ([d3021bb](https://github.com/Scrum/vue-2-breadcrumbs/commit/d3021bb))
9+
* Added test to exclude blank breadcrumbs ([00d87bf](https://github.com/Scrum/vue-2-breadcrumbs/commit/00d87bf))
10+
* Added test to exclude blank breadcrumbs ([88a296c](https://github.com/Scrum/vue-2-breadcrumbs/commit/88a296c))
11+
* Added test to exclude blank breadcrumbs ([cb70e36](https://github.com/Scrum/vue-2-breadcrumbs/commit/cb70e36))
12+
13+
14+
115
## <small>0.7.5 (2020-06-09)</small>
216

17+
* 0.7.5 ([d4b25ff](https://github.com/Scrum/vue-2-breadcrumbs/commit/d4b25ff))
18+
* build: update changelog ([3983493](https://github.com/Scrum/vue-2-breadcrumbs/commit/3983493))
319
* docs: rebuild ([d4b9fc9](https://github.com/Scrum/vue-2-breadcrumbs/commit/d4b9fc9))
420
* docs: ts config to es5 ([6225ea6](https://github.com/Scrum/vue-2-breadcrumbs/commit/6225ea6))
521
* fix: set options, close #88 ([ef943a4](https://github.com/Scrum/vue-2-breadcrumbs/commit/ef943a4)), closes [#88](https://github.com/Scrum/vue-2-breadcrumbs/issues/88)

0 commit comments

Comments
 (0)