Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarlium committed Aug 29, 2024
1 parent e821983 commit 34f5adb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
33 changes: 28 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
# CHANGELOG
### Changelog

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

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

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

* [[cd1df38](../../commit/cd1df38)] Rewrite for Hapi 17
- Update deps and drop node 8 support [`d2db6a5`](https://github.com/aptoma/hapi-static-headers/commit/d2db6a5d06c84debeba99338e3eaebcee9de9718)

### [2.0.0](https://github.com/aptoma/hapi-static-headers/compare/1.1.1...2.0.0) 2017-12-06

- Rewrite for Hapi 17 [`cd1df38`](https://github.com/aptoma/hapi-static-headers/commit/cd1df381dc455fc14c589f11d78dfe67ad22765c)

#### [1.1.1](https://github.com/aptoma/hapi-static-headers/compare/1.1.0...1.1.1) 2016-05-12

- Add support for adding headers to Boom responses [`531867e`](https://github.com/aptoma/hapi-static-headers/commit/531867e19b38e8b15407144579fcdb69a9b2671d)
- Rewrite tests to use promises [`509237a`](https://github.com/aptoma/hapi-static-headers/commit/509237a21fd06d0a167ac85fa6e22e8462bf346e)
- Update eslint config version [`ad31e28`](https://github.com/aptoma/hapi-static-headers/commit/ad31e2832f1ff8d67e6517168e245b2210f2bdb1)
- Add .editorconfig [`66343fa`](https://github.com/aptoma/hapi-static-headers/commit/66343fa44a742d4232bb1d396aa37185bed5f7bc)
- Upgrade eslint and lint config. [`b25d2e9`](https://github.com/aptoma/hapi-static-headers/commit/b25d2e91f50abed998d2b7fabe6eefb65b7929ea)

#### [1.1.0](https://github.com/aptoma/hapi-static-headers/compare/1.0.0...1.1.0) 2016-03-09

- Add support for returning value from a function. Not so static anymore doh! [`e82fdc1`](https://github.com/aptoma/hapi-static-headers/commit/e82fdc15534fbb6d4c06653bd1bb262671e6d631)

#### 1.0.0 2016-02-01

- Disable build for node v5. [`b4529ab`](https://github.com/aptoma/hapi-static-headers/commit/b4529aba5175597e531ed5a29538f4d9c41c0720)
- Travis build [`07a0b92`](https://github.com/aptoma/hapi-static-headers/commit/07a0b9246c8389f4382dcfd322bec48118bd383d)
- First commit. [`26011dd`](https://github.com/aptoma/hapi-static-headers/commit/26011dd6d8c37f198e3aeba1d502e821742b9e90)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aptoma/hapi-static-headers",
"version": "3.0.0",
"version": "4.0.0",
"description": "Plugin for adding a defined set of headers to append to all responses.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 34f5adb

Please sign in to comment.