Skip to content

Commit ecf23c6

Browse files
paodbmlopezFC
authored andcommitted
build: update version to 2.0.1
1 parent 6110759 commit ecf23c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin-component-factory/vcf-breadcrumb",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Web Component providing an easy way to display breadcrumb.",
55
"author": "Vaadin Ltd",
66
"type": "module",

src/component/vcf-breadcrumbs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class VcfBreadcrumbs extends ResizeMixin(ElementMixin(ThemableMixin(Polyl
6262
}
6363

6464
static get version() {
65-
return '2.0.0';
65+
return '2.0.1';
6666
}
6767

6868
static get styles() {

0 commit comments

Comments
 (0)