Skip to content

Commit

Permalink
chore: release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
woutermont committed Mar 31, 2021
1 parent e59ccd5 commit 89ea9b5
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.5](https://github.com/digita-ai/handlersjs/compare/0.0.4...0.0.5) (2021-03-31)


### Features

* make handler's intermediate output param & context's router field optional ([e59ccd5](https://github.com/digita-ai/handlersjs/commit/e59ccd585502a22588e0c28f57c171102626a392))
* set void as default handler types ([b1c7987](https://github.com/digita-ai/handlersjs/commit/b1c79872b219307cab333286c25ba8976897a197))





## [0.0.4](https://github.com/digita-ai/handlersjs/compare/0.0.3...0.0.4) (2021-03-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.4"
"version": "0.0.5"
}
12 changes: 12 additions & 0 deletions packages/handlersjs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.5](https://github.com/digita-ai/handlersjs/compare/0.0.4...0.0.5) (2021-03-31)


### Features

* make handler's intermediate output param & context's router field optional ([e59ccd5](https://github.com/digita-ai/handlersjs/commit/e59ccd585502a22588e0c28f57c171102626a392))
* set void as default handler types ([b1c7987](https://github.com/digita-ai/handlersjs/commit/b1c79872b219307cab333286c25ba8976897a197))





## [0.0.4](https://github.com/digita-ai/handlersjs/compare/0.0.3...0.0.4) (2021-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/handlersjs-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/handlersjs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/handlersjs-core",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "./dist/public-api.js",
"directories": {
Expand Down
11 changes: 11 additions & 0 deletions packages/handlersjs-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.5](https://github.com/digita-ai/handlersjs/compare/0.0.4...0.0.5) (2021-03-31)


### Features

* make handler's intermediate output param & context's router field optional ([e59ccd5](https://github.com/digita-ai/handlersjs/commit/e59ccd585502a22588e0c28f57c171102626a392))





## [0.0.4](https://github.com/digita-ai/handlersjs/compare/0.0.3...0.0.4) (2021-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/handlersjs-http/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/handlersjs-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/handlersjs-http",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "./dist/public-api.js",
"directories": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"@digita-ai/handlersjs-core": "0.0.4",
"@digita-ai/handlersjs-core": "0.0.5",
"rxjs": "6.3.3"
},
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@digita-ai/handlersjs-http",
Expand Down

0 comments on commit 89ea9b5

Please sign in to comment.