Skip to content

Commit 2692cb4

Browse files
committed
Updating version and README
1 parent 6fa9d2b commit 2692cb4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ You can [read more about this over on Serverless Stack](https://serverless-stack
4242

4343
---
4444

45+
💥 The `serverless-bundle` team recently launched the [Serverless Stack Framework (SST)](https://github.com/serverless-stack/serverless-stack). SST makes it easy to build serverless apps by letting you [test your Lambda functions live](https://docs.serverless-stack.com/live-lambda-development). It's based on the many of ideas behind `serverless-bundle`.
46+
47+
---
48+
4549
## Table of Contents
4650
- [Getting Started](#getting-started)
4751
- [Usage](#usage)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-bundle",
3-
"version": "5.0.0-beta.2",
3+
"version": "5.0.0",
44
"description": "An extension of the serverless-webpack plugin that bundles your ES6 + TypeScript Node.js Lambda functions.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)