Skip to content

Commit

Permalink
Bump min Nodejs version to Feb'19 sec rel and release 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YasharF committed May 15, 2019
1 parent 46eed48 commit 5aedd4a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
---------

### 5.1.4 (May 14, 2019)
- Migrate from requestjs to axios (thanks to @FX-Wood)
- Enable page templates to add items to the HTML head element
- Fix bold font issue on macs (thanks to @neighlyd)
- Use BASE_URL for github
- Update min node engine to require Feb 2019 NodeJS security release
- Add Node.js 12 to the travis build
- Update dependencies
- Update documentation (thanks in part to @anubhavsrivastava, @Fullchee, @luckymurari)

### 5.1.3 (April 7, 2019)
- Update Steam API Integration
- Upgrade flatly theme files to 4.3.1
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hackathon-starter",
"version": "5.1.2",
"version": "5.1.4",
"description": "A boilerplate for Node.js web applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -87,7 +87,7 @@
"supertest": "^4.0.2"
},
"engines": {
"node": ">=8.11.3",
"npm": ">=5.6.0"
"node": ">=8.15.1",
"npm": ">=6.4.1"
}
}

0 comments on commit 5aedd4a

Please sign in to comment.