💥 Breaking Change
Linting: This release has a change to how linting works to better support it with editor plugins. You'll need to add the following to package.json
{
"eslintConfig": {
"extends": [
"serverless-stack"
]
}
}
🚀 Enhancement
Update using:
$ npx sst update 0.48.0
$ yarn sst update 0.48.0