diff --git a/README.md b/README.md index 5930edd98..019b8d62b 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. diff --git a/package.json b/package.json index 03751d17d..9eb99c29f 100644 --- a/package.json +++ b/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",