Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
feat: update error types and spec out some middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJFelix committed Mar 28, 2019
1 parent a48c441 commit 476c615
Show file tree
Hide file tree
Showing 11 changed files with 229 additions and 173 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/davidjfelix/serverless-compose/compare/v2.1.10...v2.3.0) (2019-03-28)


### Bug Fixes

* bother to actually build ([4070b4a](https://github.com/davidjfelix/serverless-compose/commit/4070b4a))


### Features

* add a new package ([43869be](https://github.com/davidjfelix/serverless-compose/commit/43869be))
* update error types and spec out some middleware ([0063b8c](https://github.com/davidjfelix/serverless-compose/commit/0063b8c))





## [2.2.2](https://github.com/DavidJFelix/serverless-compose/compare/v2.2.1...v2.2.2) (2019-03-11)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.2",
"version": "2.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
17 changes: 17 additions & 0 deletions packages/serverless-compose-aws-api-gateway-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/davidjfelix/serverless-compose/compare/v2.1.10...v2.3.0) (2019-03-28)


### Bug Fixes

* bother to actually build ([4070b4a](https://github.com/davidjfelix/serverless-compose/commit/4070b4a))


### Features

* add a new package ([43869be](https://github.com/davidjfelix/serverless-compose/commit/43869be))
* update error types and spec out some middleware ([0063b8c](https://github.com/davidjfelix/serverless-compose/commit/0063b8c))





## [2.2.2](https://github.com/DavidJFelix/serverless-compose/compare/v2.2.1...v2.2.2) (2019-03-11)

**Note:** Version bump only for package serverless-compose-aws-api-gateway-utils
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "serverless-compose-aws-api-gateway-utils",
"version": "2.2.2",
"version": "2.3.0",
"main": "dist/index.js",
"license": "Apache-2.0",
"dependencies": {
"serverless-compose": "^2.2.2"
"serverless-compose": "^2.3.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.19",
Expand Down
Loading

0 comments on commit 476c615

Please sign in to comment.