Skip to content

Commit

Permalink
Release 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Dec 7, 2020
1 parent f62505c commit b3bd936
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
### [5.0.6](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.5...5.0.6) (2020-12-04)
### [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))

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

### Bug Fixes

* **register.js:** add register.js to package.json files attribute ([d8f6674](https://github.com/Masquerade-Circus/valyrian.js/commit/d8f66746bfb37820a2fa90799aab0880837518b6))
* **register.js:** add register.js to package.json files attribute ([d8f6674](https://github.com/Masquerade-Circus/valyrian.js/commit/d8f66746bfb37820a2fa90799aab0880837518b6))

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

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valyrian.js",
"version": "5.0.6",
"version": "5.0.7",
"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 Expand Up @@ -30,7 +30,8 @@
"server side rendering",
"ssr",
"progressive web app",
"pwa"
"pwa",
"server side jsx"
],
"engines": {
"node": ">=10.16.0"
Expand Down

0 comments on commit b3bd936

Please sign in to comment.