Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dherault committed Mar 19, 2020
1 parent 49a159c commit 865a3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions README.md
Expand Up @@ -35,18 +35,6 @@ To do so, it starts an HTTP server that handles the request's lifecycle like API

This plugin is updated by its users, I just do maintenance and ensure that PRs are relevant to the community. In other words, if you [find a bug or want a new feature](https://github.com/dherault/serverless-offline/issues), please help us by becoming one of the [contributors](https://github.com/dherault/serverless-offline/graphs/contributors) :v: ! See the [contributing section](#contributing).

***
# Important

You are viewing the documentation for the latest **v6.0.0-alpha** release.

In order to see the **documentation** for the latest stable **v5.x** release, go to [the v5 branch](https://github.com/dherault/serverless-offline/tree/v5.x-release)

**v6.x** includes major refactorings (still ongoing effort) and should not contain any new bugs. If you find any behaviour to be different from previous releases (other than the _breaking changes_), please file an issue!

v6.x changelog, breaking changes and migration path from previous releases, see: [#728](https://github.com/dherault/serverless-offline/issues/768)
***

## Documentation

- [Installation](#installation)
Expand All @@ -72,7 +60,7 @@ v6.x changelog, breaking changes and migration path from previous releases, see:

First, add Serverless Offline to your project:

`npm install serverless-offline@next --save-dev`
`npm install serverless-offline --save-dev`

Then inside your project's `serverless.yml` file add following entry to the plugins section: `serverless-offline`. If there is no plugin section you will need to add it to the file.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-offline",
"version": "6.0.0-alpha.68",
"version": "6.0.0",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"license": "MIT",
"main": "dist/main.js",
Expand Down

0 comments on commit 865a3a1

Please sign in to comment.