Skip to content

Commit 34f5adb

Browse files
committed
Release 4.0.0
1 parent e821983 commit 34f5adb

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

CHANGELOG.md

+28-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
1-
# CHANGELOG
1+
### Changelog
22

3-
## 3.0.0
3+
#### [4.0.0](https://github.com/aptoma/hapi-static-headers/compare/3.0.0...4.0.0) 2024-08-29
44

5-
* [[d2db6a5](../../commit/d2db6a5)] Update deps and drop node 8 support
5+
- Add autochangelog [`e821983`](https://github.com/aptoma/hapi-static-headers/commit/e821983caa08c86b96784354abf9894bd2fde116)
6+
- Update and remove deps, github actions [`96ee39d`](https://github.com/aptoma/hapi-static-headers/commit/96ee39dae99ecc7881b9e741f2a24631f06c37a5)
67

7-
## 2.0.0
8+
### [3.0.0](https://github.com/aptoma/hapi-static-headers/compare/2.0.0...3.0.0) 2019-07-02
89

9-
* [[cd1df38](../../commit/cd1df38)] Rewrite for Hapi 17
10+
- Update deps and drop node 8 support [`d2db6a5`](https://github.com/aptoma/hapi-static-headers/commit/d2db6a5d06c84debeba99338e3eaebcee9de9718)
11+
12+
### [2.0.0](https://github.com/aptoma/hapi-static-headers/compare/1.1.1...2.0.0) 2017-12-06
13+
14+
- Rewrite for Hapi 17 [`cd1df38`](https://github.com/aptoma/hapi-static-headers/commit/cd1df381dc455fc14c589f11d78dfe67ad22765c)
15+
16+
#### [1.1.1](https://github.com/aptoma/hapi-static-headers/compare/1.1.0...1.1.1) 2016-05-12
17+
18+
- Add support for adding headers to Boom responses [`531867e`](https://github.com/aptoma/hapi-static-headers/commit/531867e19b38e8b15407144579fcdb69a9b2671d)
19+
- Rewrite tests to use promises [`509237a`](https://github.com/aptoma/hapi-static-headers/commit/509237a21fd06d0a167ac85fa6e22e8462bf346e)
20+
- Update eslint config version [`ad31e28`](https://github.com/aptoma/hapi-static-headers/commit/ad31e2832f1ff8d67e6517168e245b2210f2bdb1)
21+
- Add .editorconfig [`66343fa`](https://github.com/aptoma/hapi-static-headers/commit/66343fa44a742d4232bb1d396aa37185bed5f7bc)
22+
- Upgrade eslint and lint config. [`b25d2e9`](https://github.com/aptoma/hapi-static-headers/commit/b25d2e91f50abed998d2b7fabe6eefb65b7929ea)
23+
24+
#### [1.1.0](https://github.com/aptoma/hapi-static-headers/compare/1.0.0...1.1.0) 2016-03-09
25+
26+
- Add support for returning value from a function. Not so static anymore doh! [`e82fdc1`](https://github.com/aptoma/hapi-static-headers/commit/e82fdc15534fbb6d4c06653bd1bb262671e6d631)
27+
28+
#### 1.0.0 2016-02-01
29+
30+
- Disable build for node v5. [`b4529ab`](https://github.com/aptoma/hapi-static-headers/commit/b4529aba5175597e531ed5a29538f4d9c41c0720)
31+
- Travis build [`07a0b92`](https://github.com/aptoma/hapi-static-headers/commit/07a0b9246c8389f4382dcfd322bec48118bd383d)
32+
- First commit. [`26011dd`](https://github.com/aptoma/hapi-static-headers/commit/26011dd6d8c37f198e3aeba1d502e821742b9e90)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aptoma/hapi-static-headers",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Plugin for adding a defined set of headers to append to all responses.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)