Skip to content

Commit

Permalink
chore: Release 6.1.1 (#840)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Mmarzex and czubocha authored Aug 13, 2024
1 parent d2e492f commit 57f7c6b
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 87 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ jobs:
fi
- name: Unit tests
run: npm test
env:
SERVERLESS_PLATFORM_STAGE: dev
SERVERLESS_LICENSE_KEY: ${{ secrets.SERVERLESS_LICENSE_KEY }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [6.1.1](https://github.com/UnitedIncome/serverless-python-requirements/compare/v6.1.0...v6.1.1) (2024-06-03)

## [6.1.0](https://github.com/UnitedIncome/serverless-python-requirements/compare/v6.0.1...v6.1.0) (2024-03-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-python-requirements",
"version": "6.1.0",
"version": "6.1.1",
"engines": {
"node": ">=12.0"
},
Expand Down
Loading

0 comments on commit 57f7c6b

Please sign in to comment.