Skip to content

Commit

Permalink
chore: release 4.0.0
Browse files Browse the repository at this point in the history
## [4.0.0](v3.1.0...v4.0.0) (2022-05-19)

### ⚠ BREAKING CHANGES

* add Node 16 support, drop Node 12

* config(renovate): remove node version restriction

* config(github): run tests on correct Node versions

### Features

* update Node versions support ([#97](#97)) ([3d87f68](3d87f68))

### Build System

* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#98](#98)) ([cb17767](cb17767))

### Miscellaneous Chores

* **deps:** pin dependencies ([#86](#86)) ([9a8966d](9a8966d))
* **deps:** update dependency husky to v8 ([#96](#96)) ([c96e524](c96e524))
* **deps:** update dependency jest to v28 ([#92](#92)) ([7213c66](7213c66))
* **deps:** update release-related tools ([#102](#102)) ([3ff2fbe](3ff2fbe))
  • Loading branch information
domeq committed May 19, 2022
1 parent 7213c66 commit f17f686
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@


## [4.0.0](https://github.com/schibsted/middy-access-log/compare/v3.1.0...v4.0.0) (2022-05-19)


### ⚠ BREAKING CHANGES

* add Node 16 support, drop Node 12

* config(renovate): remove node version restriction

* config(github): run tests on correct Node versions

### Features

* update Node versions support ([#97](https://github.com/schibsted/middy-access-log/issues/97)) ([3d87f68](https://github.com/schibsted/middy-access-log/commit/3d87f68e6eebd91df527dede635f7ea61254b250))


### Build System

* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#98](https://github.com/schibsted/middy-access-log/issues/98)) ([cb17767](https://github.com/schibsted/middy-access-log/commit/cb17767dc9e0d96f4b493fa1d5bd73006a0808e5))


### Miscellaneous Chores

* **deps:** pin dependencies ([#86](https://github.com/schibsted/middy-access-log/issues/86)) ([9a8966d](https://github.com/schibsted/middy-access-log/commit/9a8966db4085b37682464a2671df29184346a1a2))
* **deps:** update dependency husky to v8 ([#96](https://github.com/schibsted/middy-access-log/issues/96)) ([c96e524](https://github.com/schibsted/middy-access-log/commit/c96e524160e44fe5e8c226ac2fbf395299cb2f0e))
* **deps:** update dependency jest to v28 ([#92](https://github.com/schibsted/middy-access-log/issues/92)) ([7213c66](https://github.com/schibsted/middy-access-log/commit/7213c6638096b8461dc90610403b71a1d8a1b2e0))
* **deps:** update release-related tools ([#102](https://github.com/schibsted/middy-access-log/issues/102)) ([3ff2fbe](https://github.com/schibsted/middy-access-log/commit/3ff2fbe627780d645efad5fb7f2342261f614e3e))

## [3.1.0](https://github.com/schibsted/middy-access-log/compare/v3.0.0...v3.1.0) (2022-03-18)


Expand Down
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": "@schibsted/middy-access-log",
"version": "3.1.0",
"version": "4.0.0",
"description": "Middy middleware for logging processed requests in an access-log like fashion. Optimised for JSON loggers e.g. Bunyan or Pino.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit f17f686

Please sign in to comment.