Skip to content

Commit

Permalink
Release v6.0.1 (#793)
Browse files Browse the repository at this point in the history
* chore: Bump dependencies

* chore: Release v6.0.1
  • Loading branch information
pgrzesik authored Nov 2, 2023
1 parent bf6a4c3 commit 84ee8c5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.0.1](https://github.com/UnitedIncome/serverless-python-requirements/compare/v6.0.0...v6.0.1) (2023-10-22)

### Bug Fixes

- Add legacy `pipenv` backward compatability ([#742](https://github.com/UnitedIncome/serverless-python-requirements/issues/742)) ([22a1f83](https://github.com/UnitedIncome/serverless-python-requirements/commit/22a1f832ac8051f0963328743f9e768f8e66649e)) ([Randy Westergren](https://github.com/rwestergren))
- Not crash when runtime is not `python` ([#773](https://github.com/UnitedIncome/serverless-python-requirements/issues/773)) ([c1f5ca1](https://github.com/UnitedIncome/serverless-python-requirements/commit/c1f5ca114de815ca19ad213a79e250b5b81f29b3)) ([Jim Kirkbride](https://github.com/jameskbride))
- Remove outdated Pipenv requirements flag ([#780](https://github.com/UnitedIncome/serverless-python-requirements/issues/780)) ([ad40278](https://github.com/UnitedIncome/serverless-python-requirements/commit/ad40278629c63f4d0971637214b4d9bc20dbd288)) ([Jeff Gordon](https://github.com/jfgordon2))

### Maintenance Improvements

- Fix integration test matrix configuration ([#755](https://github.com/UnitedIncome/serverless-python-requirements/issues/755)) ([e8b2e51](https://github.com/UnitedIncome/serverless-python-requirements/commit/e8b2e51c265792046bacc3946f22f7bd842c60e6)) ([Randy Westergren](https://github.com/rwestergren))

## [6.0.0](https://github.com/UnitedIncome/serverless-python-requirements/compare/v5.4.0...v6.0.0) (2022-10-23)

### ⚠ BREAKING CHANGES
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-python-requirements",
"version": "6.0.0",
"version": "6.0.1",
"engines": {
"node": ">=12.0"
},
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"cross-spawn": "*",
"eslint": "^8.26.0",
"eslint": "^8.52.0",
"git-list-updated": "^1.2.1",
"github-release-from-cc-changelog": "^2.3.0",
"lodash": "^4.17.21",
Expand All @@ -65,17 +65,17 @@
"bluebird": "^3.7.2",
"child-process-ext": "^2.1.1",
"fs-extra": "^10.1.0",
"glob-all": "^3.3.0",
"glob-all": "^3.3.1",
"is-wsl": "^2.2.0",
"jszip": "^3.10.1",
"lodash.get": "^4.4.2",
"lodash.uniqby": "^4.7.0",
"lodash.values": "^4.3.0",
"rimraf": "^3.0.2",
"semver": "^7.3.8",
"semver": "^7.5.4",
"set-value": "^4.1.0",
"sha256-file": "1.0.0",
"shell-quote": "^1.7.4"
"shell-quote": "^1.8.1"
},
"peerDependencies": {
"serverless": "^2.32 || 3"
Expand Down

0 comments on commit 84ee8c5

Please sign in to comment.