Skip to content

Commit 57f7c6b

Browse files
Mmarzexczubocha
andauthored
chore: Release 6.1.1 (#840)
* chore: Release 6.1.1 * fix: Add license key for tests * test: Update tests to support sls v4 --------- Co-authored-by: Tomasz Czubocha <[email protected]>
1 parent d2e492f commit 57f7c6b

File tree

4 files changed

+99
-87
lines changed

4 files changed

+99
-87
lines changed

.github/workflows/validate.yml

+3
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ jobs:
8787
fi
8888
- name: Unit tests
8989
run: npm test
90+
env:
91+
SERVERLESS_PLATFORM_STAGE: dev
92+
SERVERLESS_LICENSE_KEY: ${{ secrets.SERVERLESS_LICENSE_KEY }}

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [6.1.1](https://github.com/UnitedIncome/serverless-python-requirements/compare/v6.1.0...v6.1.1) (2024-06-03)
6+
57
## [6.1.0](https://github.com/UnitedIncome/serverless-python-requirements/compare/v6.0.1...v6.1.0) (2024-03-27)
68

79
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-python-requirements",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"engines": {
55
"node": ">=12.0"
66
},

0 commit comments

Comments
 (0)