Skip to content

Releases: serverless-heaven/serverless-webpack

5.16.2

Choose a tag to compare

@j0k3r j0k3r released this 10 Jul 07:40
fb8c422

What's Changed

Full Changelog: v5.16.1...v5.16.2

5.16.1

Choose a tag to compare

@j0k3r j0k3r released this 10 Jul 07:24
3ddbc52

Note

That version wasn't published to NPM because of a misconfiguration in the publish process.

What's Changed

  • Remove token from npm publish step by @j0k3r in #2485

Full Changelog: v5.16.0...v5.16.1

5.16.0

Choose a tag to compare

@j0k3r j0k3r released this 09 Jul 13:20
c94a2c6

Note

That version wasn't published to NPM because of a misconfiguration in the publish process.

Human changelog

  • NPM >= 11 is now required
  • Bluebird got remove (finally)
  • Biome is used instead of ESLint

What's Changed

Full Changelog: v5.15.4...v5.16.0

5.15.4

Choose a tag to compare

@j0k3r j0k3r released this 04 Mar 08:40
cc393f1

What's Changed

New Contributors

Full Changelog: v5.15.3...v5.15.4

5.15.3

Choose a tag to compare

@j0k3r j0k3r released this 04 Sep 08:46
f75741c

Mostly bump deps and drop Node < 18

What's Changed

Full Changelog: v5.15.2...v5.15.3

5.15.2

Choose a tag to compare

@j0k3r j0k3r released this 09 Jul 07:24
91d31ed

What's Changed

Full Changelog: v5.15.1...v5.15.2

5.15.1

Choose a tag to compare

@j0k3r j0k3r released this 12 Mar 05:32
c68f355

What's Changed

New Contributors

Full Changelog: v5.15.0...v5.15.1

5.15.0

Choose a tag to compare

@j0k3r j0k3r released this 23 Oct 09:37
da2dc1f

Main change

We've added support for Serverless v4 🎉

If you want to use Serverless v4 you must disable the default builtin ESBuild support in your serverless.yml (because it conflicts with serverless-webpack):

build:
  esbuild: false

What's Changed

Full Changelog: v5.14.2...v5.15.0

5.14.2

Choose a tag to compare

@j0k3r j0k3r released this 06 Sep 13:48
9fb43d5

What's Changed

  • Apply promisify() to fs module functions to avoid error with Serverless v4 by @ronkot in #1917
  • Prepare 5.14.2 by @j0k3r in #1926

Meta stuff (examples, deps, etc.)

New Contributors

Full Changelog: v5.14.1...v5.14.2

5.14.1

Choose a tag to compare

@j0k3r j0k3r released this 18 Jun 07:24
d075b73

What's Changed

New Contributors

Full Changelog: v5.14.0...v5.14.1