Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Aug 5, 2019
1 parent 35dccb2 commit f17f73b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/router-component.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Router-component v0.8.1
* Router-component v0.8.2
* https://npm.com/router-component
*
* Copyright (c) 2019 Mark Kennedy
Expand Down Expand Up @@ -170,6 +170,7 @@ class RouterComponent extends HTMLElement {
document.title = this.originalDocumentTitle;
}
}
// eslint-disable-next-line no-unused-vars
teardownElement(element) {
document.title = this.originalDocumentTitle;
}
Expand Down
1 change: 1 addition & 0 deletions dist/router-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ class RouterComponent extends HTMLElement {
document.title = this.originalDocumentTitle;
}
}
// eslint-disable-next-line no-unused-vars
teardownElement(element) {
document.title = this.originalDocumentTitle;
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "router-component",
"version": "0.8.1",
"version": "0.8.2",
"description": "A simple, declarative router for web components",
"repository": {
"type": "git",
Expand Down

0 comments on commit f17f73b

Please sign in to comment.