chore: Release v3.35.1 (#12161)

* chore: Release v3.35.1

* ci: Fix chocolatey publish
This commit is contained in:
Max Marze 2023-09-16 11:49:10 -04:00 committed by GitHub
parent 1f8d786b16
commit ee89ebeb16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -144,4 +144,4 @@ jobs:
cd `npm run pkg:generate-choco-package $TAG | tail -1`
choco apikey --key $CHOCO_API_KEY --source https://push.chocolatey.org/
choco pack
choco push serverless.${TAG:1}.nupkg
choco push --source https://push.chocolatey.org/ serverless.${TAG:1}.nupkg

View File

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [3.35.1](https://github.com/serverless/serverless/compare/v3.35.0...v3.35.1) (2023-09-16)
### Bug Fixes
- Do not use isDashboard in onboarding flow ([#12160](https://github.com/serverless/serverless/issues/12160)) ([1f8d786](https://github.com/serverless/serverless/commit/1f8d786b16d7682912c464d67add589f48666987))
## [3.35.0](https://github.com/serverless/serverless/compare/v3.34.0...v3.35.0) (2023-09-15)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "3.35.0",
"version": "3.35.1",
"description": "Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more",
"preferGlobal": true,
"homepage": "https://serverless.com/framework/docs/",