We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94349b commit c225a04Copy full SHA for c225a04
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 3.0.0
4
+
5
+* [[d2db6a5](../../commit/d2db6a5)] Update deps and drop node 8 support
6
7
## 2.0.0
8
9
* [[cd1df38](../../commit/cd1df38)] Rewrite for Hapi 17
package.json
@@ -1,6 +1,6 @@
{
"name": "@aptoma/hapi-static-headers",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "Plugin for adding a defined set of headers to append to all responses.",
"main": "index.js",
"scripts": {
0 commit comments