Skip to content

Commit 0e957ea

Browse files
committed
0.8.0
1 parent 721c941 commit 0e957ea

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

changelog.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1+
## 0.8.0 (2021-04-16)
2+
3+
* build: ignore build static ([798c068](https://github.com/Scrum/vue-2-breadcrumbs/commit/798c068))
4+
* build: ignore example for npm ([721c941](https://github.com/Scrum/vue-2-breadcrumbs/commit/721c941))
5+
* build(deps): bump y18n from 4.0.0 to 4.0.1 ([83d450f](https://github.com/Scrum/vue-2-breadcrumbs/commit/83d450f))
6+
* docs: add nuxtjs example, issue #115 ([ca25cfb](https://github.com/Scrum/vue-2-breadcrumbs/commit/ca25cfb)), closes [#115](https://github.com/Scrum/vue-2-breadcrumbs/issues/115)
7+
* feat: add nuxtjs support, close #115 ([cbacf68](https://github.com/Scrum/vue-2-breadcrumbs/commit/cbacf68)), closes [#115](https://github.com/Scrum/vue-2-breadcrumbs/issues/115)
8+
* feat: resolve by name for nuxtjs, close #115 ([bb0a6e8](https://github.com/Scrum/vue-2-breadcrumbs/commit/bb0a6e8)), closes [#115](https://github.com/Scrum/vue-2-breadcrumbs/issues/115)
9+
10+
11+
112
## <small>0.7.12 (2021-01-26)</small>
213

14+
* 0.7.12 ([4ea6d6a](https://github.com/Scrum/vue-2-breadcrumbs/commit/4ea6d6a))
15+
* Fix missing nested dynamic parents ([9793cfa](https://github.com/Scrum/vue-2-breadcrumbs/commit/9793cfa))
316
* docs: update docs ([246c162](https://github.com/Scrum/vue-2-breadcrumbs/commit/246c162))
417
* build: perf version commit ([07a9432](https://github.com/Scrum/vue-2-breadcrumbs/commit/07a9432))
518
* build: update dep dev ([e20751f](https://github.com/Scrum/vue-2-breadcrumbs/commit/e20751f))
6-
* Fix missing nested dynamic parents ([9793cfa](https://github.com/Scrum/vue-2-breadcrumbs/commit/9793cfa))
719

820

921

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-2-breadcrumbs",
3-
"version": "0.7.12",
3+
"version": "0.8.0",
44
"description": "Breadcrumbs for Vue.js 2.0",
55
"license": "MIT",
66
"repository": "Scrum/vue-2-breadcrumbs",

0 commit comments

Comments
 (0)