Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed May 2, 2019
1 parent 5c611c2 commit 800ca06
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-router",
"version": "1.3.3",
"version": "1.5.0",
"description": "An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.",
"keywords": [
"aurelia",
Expand Down
18 changes: 18 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [1.5.0](https://github.com/aurelia/templating-router/compare/1.3.3...1.5.0) (2019-05-02)


### Bug Fixes

* **route-loader:** Normalize html child routes ([668bf2c](https://github.com/aurelia/templating-router/commit/668bf2c))


### Features

* **router-view:** ability to turn off inherit-binding-context ([f3f38d6](https://github.com/aurelia/templating-router/commit/f3f38d6))



<a name="1.3.3"></a>
## [1.3.3](https://github.com/aurelia/templating-router/compare/1.3.2...1.3.3) (2018-09-25)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-router",
"version": "1.3.3",
"version": "1.5.0",
"description": "An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.",
"keywords": [
"aurelia",
Expand All @@ -27,7 +27,7 @@
"test:debugger": "karma start --browsers ChromeDebugging",
"lint": "tslint -c tslint.json '{src,test}/**/*.ts' --force",
"precut-release": "npm run test",
"cut-release": "standard-version -t \"\" -i doc/CHANGELOG.md && npm run build"
"cut-release": "standard-version -t \"\" -i doc/CHANGELOG.md"
},
"typings": "dist/aurelia-templating-router.d.ts",
"repository": {
Expand Down

0 comments on commit 800ca06

Please sign in to comment.