Skip to content

Commit

Permalink
Release 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Dec 8, 2020
1 parent 9ae422f commit 5caa9a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
### [5.0.7](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.6...5.0.7) (2020-12-07)
### [5.0.8](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.7...5.0.8) (2020-12-08)


### Bug Fixes

* **router:** fix bug removing home unique slash ([9ae422f](https://github.com/Masquerade-Circus/valyrian.js/commit/9ae422feb70b0ba3097fcf64596d896638e7675a))
* **router/node:** allow urls ending in slash as a valid route. v.inline.css now only minifies wo map ([3047229](https://github.com/Masquerade-Circus/valyrian.js/commit/3047229871aa615696b9b29998d8301381eb67da))

### [5.0.7](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.6...5.0.7) (2020-12-07)

### Code Refactoring

* **register:** update register hook. Update node plugin ([f62505c](https://github.com/Masquerade-Circus/valyrian.js/commit/f62505c6a6bb562e35f01b47ea62c8247cdbfe49))
* **register:** update register hook. Update node plugin ([f62505c](https://github.com/Masquerade-Circus/valyrian.js/commit/f62505c6a6bb562e35f01b47ea62c8247cdbfe49))

### [5.0.6](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.5...5.0.6) (2020-12-04)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valyrian.js",
"version": "5.0.7",
"version": "5.0.8",
"description": "Lightweight steel to forge PWAs. (Minimal Frontend Framework with server side rendering and other capabilities)",
"source": "lib/index.js",
"main": "lib/index.js",
Expand Down

0 comments on commit 5caa9a6

Please sign in to comment.