Skip to content

Commit

Permalink
chore: release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Aug 10, 2023
1 parent 80a0a61 commit 876bbfe
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.0](https://github.com/useid/handlersjs/compare/v0.20.2...v0.21.0) (2023-08-10)


### **Bug Fixes**

* logging of long bodies, omit content-length when already set ([#242](https://github.com/useid/handlersjs/issues/242)) ([80a0a61](https://github.com/useid/handlersjs/commit/80a0a6154e270d410a9863a2da7812a6e4b32c9c))



## [0.20.2](https://github.com/useid/handlersjs/compare/v0.20.1...v0.20.2) (2023-08-04)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: handlersjs
title: Handlers JS
version: 0.20.2
version: 0.21.0
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
}
}
},
"version": "0.20.2"
"version": "0.21.0"
}
8 changes: 8 additions & 0 deletions packages/handlersjs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.0](https://github.com/useid/handlersjs/compare/v0.20.2...v0.21.0) (2023-08-10)

**Note:** Version bump only for package @useid/handlersjs-core





## [0.20.2](https://github.com/useid/handlersjs/compare/v0.20.1...v0.20.2) (2023-08-04)

**Note:** Version bump only for package @useid/handlersjs-core
Expand Down
4 changes: 2 additions & 2 deletions 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": "@useid/handlersjs-core",
"version": "0.20.2",
"version": "0.21.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/handlersjs-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.0](https://github.com/useid/handlersjs/compare/v0.20.2...v0.21.0) (2023-08-10)


### **Bug Fixes**

* logging of long bodies, omit content-length when already set ([#242](https://github.com/useid/handlersjs/issues/242)) ([80a0a61](https://github.com/useid/handlersjs/commit/80a0a6154e270d410a9863a2da7812a6e4b32c9c))



## [0.20.2](https://github.com/useid/handlersjs/compare/v0.20.1...v0.20.2) (2023-08-04)

**Note:** Version bump only for package @useid/handlersjs-http
Expand Down
4 changes: 2 additions & 2 deletions packages/handlersjs-http/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/handlersjs-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/handlersjs-http",
"version": "0.20.2",
"version": "0.21.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -58,9 +58,9 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@useid/handlersjs-core": "0.20.2",
"@useid/handlersjs-logging": "0.20.2",
"@useid/handlersjs-storage": "0.20.2",
"@useid/handlersjs-core": "0.21.0",
"@useid/handlersjs-logging": "0.21.0",
"@useid/handlersjs-storage": "0.21.0",
"node-fetch": "^2.6.1",
"rxjs": "^7.5.7",
"uuid": "^9.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/handlersjs-logging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.0](https://github.com/useid/handlersjs/compare/v0.20.2...v0.21.0) (2023-08-10)

**Note:** Version bump only for package @useid/handlersjs-logging





## [0.20.2](https://github.com/useid/handlersjs/compare/v0.20.1...v0.20.2) (2023-08-04)

**Note:** Version bump only for package @useid/handlersjs-logging
Expand Down
4 changes: 2 additions & 2 deletions packages/handlersjs-logging/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-logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/handlersjs-logging",
"version": "0.20.2",
"version": "0.21.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@useid/handlersjs-core": "0.20.2",
"@useid/handlersjs-core": "0.21.0",
"pino": "^8.11.0",
"pino-pretty": "^10.0.0",
"rxjs": "^7.5.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/handlersjs-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.0](https://github.com/useid/handlersjs/compare/v0.20.2...v0.21.0) (2023-08-10)

**Note:** Version bump only for package @useid/handlersjs-storage





## [0.20.2](https://github.com/useid/handlersjs/compare/v0.20.1...v0.20.2) (2023-08-04)

**Note:** Version bump only for package @useid/handlersjs-storage
Expand Down
4 changes: 2 additions & 2 deletions packages/handlersjs-storage/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-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/handlersjs-storage",
"version": "0.20.2",
"version": "0.21.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 876bbfe

Please sign in to comment.