Skip to content

Commit 6baf1c2

Browse files
chore(release): 4.7.1 [skip ci]
## [4.7.1](v4.7.0...v4.7.1) (2022-04-20) ### Bug Fixes * remove npm-force-resolutions ([9f23265](9f23265))
1 parent 9f23265 commit 6baf1c2

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.7.1](https://github.com/vendia/serverless-express/compare/v4.7.0...v4.7.1) (2022-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* remove npm-force-resolutions ([9f23265](https://github.com/vendia/serverless-express/commit/9f23265b4c5f0f45c108acbffa67a8d8425366fb))
7+
18
# [4.7.0](https://github.com/vendia/serverless-express/compare/v4.6.0...v4.7.0) (2022-04-19)
29

310

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vendia/serverless-express",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.",
55
"keywords": [
66
"aws",
@@ -112,4 +112,4 @@
112112
"path": "cz-conventional-changelog"
113113
}
114114
}
115-
}
115+
}

0 commit comments

Comments
 (0)