Skip to content

Commit

Permalink
chore(release): publish 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jan 15, 2024
1 parent f3a759c commit 371fa08
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 5 deletions.
11 changes: 11 additions & 0 deletions 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.

# [2.2.0](https://github.com/mutoe/koam/compare/v2.1.0...v2.2.0) (2024-01-15)


### Features

* support custom body parser ([f3a759c](https://github.com/mutoe/koam/commit/f3a759c226beb90a5c98f0b50ac14297e2adaad9))





# [2.1.0](https://github.com/mutoe/koam/compare/v2.0.2...v2.1.0) (2023-08-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"version": "2.1.0",
"version": "2.2.0",
"changelog": true,
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/koam-core/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.

# [2.2.0](https://github.com/mutoe/koam/compare/v2.1.0...v2.2.0) (2024-01-15)


### Features

* support custom body parser ([f3a759c](https://github.com/mutoe/koam/commit/f3a759c226beb90a5c98f0b50ac14297e2adaad9))





# [2.1.0](https://github.com/mutoe/koam/compare/v2.0.2...v2.1.0) (2023-08-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/koam-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.1.0",
"version": "2.2.0",
"description": "Koam core package",
"license": "MIT",
"author": "mutoe <imutoe@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/koam-logger/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.

# [2.2.0](https://github.com/mutoe/koam/compare/v2.1.0...v2.2.0) (2024-01-15)

**Note:** Version bump only for package @mutoe/koam-logger





# [2.1.0](https://github.com/mutoe/koam/compare/v2.0.2...v2.1.0) (2023-08-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/koam-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.1.0",
"version": "2.2.0",
"description": "Logger middleware for Koam",
"license": "MIT",
"author": "mutoe <imutoe@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/koam-router/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.

# [2.2.0](https://github.com/mutoe/koam/compare/v2.1.0...v2.2.0) (2024-01-15)

**Note:** Version bump only for package @mutoe/koam-router





# [2.1.0](https://github.com/mutoe/koam/compare/v2.0.2...v2.1.0) (2023-08-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/koam-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.1.0",
"version": "2.2.0",
"description": "A lightweight router for Koam.",
"license": "MIT",
"author": "mutoe <imutoe@gmail.com>",
Expand Down
11 changes: 11 additions & 0 deletions packages/koam/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.

# [2.2.0](https://github.com/mutoe/koam/compare/v2.1.0...v2.2.0) (2024-01-15)


### Features

* support custom body parser ([f3a759c](https://github.com/mutoe/koam/commit/f3a759c226beb90a5c98f0b50ac14297e2adaad9))





# [2.1.0](https://github.com/mutoe/koam/compare/v2.0.2...v2.1.0) (2023-08-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/koam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.1.0",
"version": "2.2.0",
"description": "Simple version Koa-like http-server",
"license": "MIT",
"author": "mutoe <imutoe@gmail.com>",
Expand Down

0 comments on commit 371fa08

Please sign in to comment.