Skip to content

Commit

Permalink
Merge pull request #735 from kethinov/0.14.4
Browse files Browse the repository at this point in the history
0.14.4
  • Loading branch information
kethinov authored Jun 13, 2019
2 parents d758e6b + 55824f4 commit 3c2d0e3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

## Next version

- Put your changes here...

## 0.14.4

- Added automatic browser reloading when your frontend code changes (via [reload](https://github.com/alallier/reload)).
- A console warning will now appear explaining why public static assets don't load in prod mode when alwaysHostPublic is set to false (the default).
- New Express variable added: `routes` containing a list of all routes loaded in the application.
- Various dependencies bumped.
- CI improvements.

## 0.14.3

Expand Down
30 changes: 15 additions & 15 deletions 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
Expand Up @@ -7,7 +7,7 @@
"Troy Coutu <[email protected]>",
"Alexander J. Lallier <[email protected]>"
],
"version": "0.14.3",
"version": "0.14.4",
"homepage": "https://github.com/rooseveltframework/roosevelt",
"license": "CC-BY-4.0",
"main": "roosevelt.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-mocha": "~5.3.0",
"fkill": "~6.2.0",
"html-validator": "~4.0.3",
"husky": "~2.4.0",
"husky": "~2.4.1",
"lint-staged": "~8.2.0",
"mocha": "~6.1.4",
"nyc": "~14.1.1",
Expand Down

0 comments on commit 3c2d0e3

Please sign in to comment.