mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
chore: Release v3.35.1 (#12161)
* chore: Release v3.35.1 * ci: Fix chocolatey publish
This commit is contained in:
parent
1f8d786b16
commit
ee89ebeb16
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user