Skip to content

Commit

Permalink
version bump and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Apr 14, 2020
1 parent 1ceced7 commit fdab45b
Show file tree
Hide file tree
Showing 56 changed files with 682 additions and 82 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Main changes:
- Improved compatibility between `warmup` and `do-not-wait-for-empty-event-loop` middlewares ([@lbertenasco](https://github.com/lbertenasco), [@lmammino](https://github.com/lmammino))
- Added pre-commit lint hooks ([@ChristianMurphy](https://github.com/ChristianMurphy))
- Using v2.0 of S3 events ([@lmammino](https://github.com/lmammino), [@kenleytomlin](https://github.com/kenleytomlin))
- Various minor bug fixes ([@shroomist](https://github.com/shroomist), [@gsingh1](https://github.com/gsingh1), [@niik](https://github.com/niik), [@lmammino](https://github.com/lmammino), [@noetix](https://github.com/noetix), [@sheepsteak](https://github.com/sheepsteak), [@duro](https://github.com/duro), [@willfarrell](https://github.com/willfarrell))
- Various documentation improvements ([@rafaelrenanpacheco](https://github.com/rafaelrenanpacheco), [@vladgolubev](https://github.com/vladgolubev), [@lmammino](https://github.com/lmammino), [@dbartholomae](https://github.com/dbartholomae), [@ndeitch](https://github.com/ndeitch), [@CathyC93](https://github.com/CathyC93))
- Various bug fixes and improvements ([@shroomist](https://github.com/shroomist), [@gsingh1](https://github.com/gsingh1), [@niik](https://github.com/niik), [@lmammino](https://github.com/lmammino), [@noetix](https://github.com/noetix), [@sheepsteak](https://github.com/sheepsteak), [@duro](https://github.com/duro), [@willfarrell](https://github.com/willfarrell), [@philprime](https://github.com/philprime), [@jarrodldavis](https://github.com/jarrodldavis))
- Various documentation improvements ([@rafaelrenanpacheco](https://github.com/rafaelrenanpacheco), [@vladgolubev](https://github.com/vladgolubev), [@lmammino](https://github.com/lmammino), [@dbartholomae](https://github.com/dbartholomae), [@ndeitch](https://github.com/ndeitch), [@CathyC93](https://github.com/CathyC93), [@baileytincher](https://github.com/baileytincher))
- Tests are now rewritten using Async/Await ([@vladgolubev](https://github.com/vladgolubev), [@lmammino](https://github.com/lmammino))
- Better compatibility with Wallaby for running tests in development mode ([@vladgolubev](https://github.com/vladgolubev))
- Improved (and documented!) release process ([@lmammino](https://github.com/lmammino))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0-beta.9"
"version": "1.0.0-beta.10"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "middy-monorepo",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda",
"engines": {
"node": ">=10"
Expand Down
26 changes: 25 additions & 1 deletion packages/cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/cache",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "Cache middleware for the middy framework",
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -41,7 +41,7 @@
"@middy/core": ">=1.0.0-alpha"
},
"devDependencies": {
"@middy/core": "^1.0.0-beta.9",
"@middy/core": "^1.0.0-beta.10",
"es6-promisify": "^6.0.2"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/core",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)",
"engines": {
"node": ">=10"
Expand Down
26 changes: 25 additions & 1 deletion packages/db-manager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/db-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/db-manager",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "Simple database manager for the middy framework",
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -40,7 +40,7 @@
"knex": "^0.17.3"
},
"devDependencies": {
"@middy/core": "^1.0.0-beta.9"
"@middy/core": "^1.0.0-beta.10"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
}
26 changes: 25 additions & 1 deletion packages/do-not-wait-for-empty-event-loop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/do-not-wait-for-empty-event-loop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/do-not-wait-for-empty-event-loop",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "Middleware for the middy framework that allows to easily disable the wait for empty event loop in a Lambda function",
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -41,7 +41,7 @@
"@middy/core": ">=1.0.0-alpha"
},
"devDependencies": {
"@middy/core": "^1.0.0-beta.9",
"@middy/core": "^1.0.0-beta.10",
"es6-promisify": "^6.0.2"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
Expand Down
26 changes: 25 additions & 1 deletion packages/error-logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/error-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/error-logger",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "Input and output logger middleware for the middy framework",
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/node": "^10.0.8"
},
"devDependencies": {
"@middy/core": "^1.0.0-beta.9",
"@middy/core": "^1.0.0-beta.10",
"es6-promisify": "^6.0.2"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
Expand Down
26 changes: 25 additions & 1 deletion packages/function-shield/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/function-shield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middy/function-shield",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "Hardens AWS Lambda execution environment",
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -45,7 +45,7 @@
"@puresec/function-shield": "^2.0.16"
},
"devDependencies": {
"@middy/core": "^1.0.0-beta.9",
"@middy/core": "^1.0.0-beta.10",
"es6-promisify": "^6.0.2"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
Expand Down
Loading

0 comments on commit fdab45b

Please sign in to comment.