From ee89ebeb16187f8b2288bf4e2f2e93fc05e8cc59 Mon Sep 17 00:00:00 2001 From: Max Marze Date: Sat, 16 Sep 2023 11:49:10 -0400 Subject: [PATCH] chore: Release v3.35.1 (#12161) * chore: Release v3.35.1 * ci: Fix chocolatey publish --- .github/workflows/publish.yml | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c7f66ffd3..d97ada64a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index b5786d69a..2c0f14b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 456df621b..9e45d641a 100644 --- a/package.json +++ b/package.json @@ -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/",