Skip to content

7.0.0 (2022-03-28)

Choose a tag to compare

@willdurand willdurand released this 28 Mar 09:18
· 753 commits to master since this release
62d70bd

Main changes

We updated the base Node version from 12 to 14 (see: #231). This means the npm
package is now built and released using Node 14. We don't expect any issues but
that's why we are releasing a new major version.

dev dependencies

  • Updated: dependency body-parser to v1.19.2
  • Updated: dependency express to v4.17.3
  • Updated: dependency prettier to v2.6.1
  • Updated: transitive dependency minimist from 1.2.5 to 1.2.6 (#230)

others

  • Updated: dependency circleci docker images to cimg/ variants