Skip to content

Commit

Permalink
chore: Release v3.35.1 (#12161)
Browse files Browse the repository at this point in the history
* chore: Release v3.35.1

* ci: Fix chocolatey publish
  • Loading branch information
Mmarzex committed Sep 16, 2023
1 parent 1f8d786 commit ee89ebe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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/",
Expand Down

0 comments on commit ee89ebe

Please sign in to comment.