Skip to content

Commit

Permalink
chore(release): publish 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jul 25, 2024
1 parent f4694f9 commit e173547
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 4 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.4.0](https://github.com/mutoe/koam/compare/v2.3.1...v2.4.0) (2024-07-25)


### Features

* support set response vary ([a452daa](https://github.com/mutoe/koam/commit/a452daaece58336e832dafc8ce28e9fd696b56a6))





## [2.3.1](https://github.com/mutoe/koam/compare/v2.3.0...v2.3.1) (2024-07-19)


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.3.1",
"version": "2.4.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.4.0](https://github.com/mutoe/koam/compare/v2.3.1...v2.4.0) (2024-07-25)


### Features

* support set response vary ([a452daa](https://github.com/mutoe/koam/commit/a452daaece58336e832dafc8ce28e9fd696b56a6))





## [2.3.1](https://github.com/mutoe/koam/compare/v2.3.0...v2.3.1) (2024-07-19)


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.3.1",
"version": "2.4.0",
"description": "Koam core package",
"license": "MIT",
"author": "mutoe <[email protected]>",
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.4.0](https://github.com/mutoe/koam/compare/v2.3.1...v2.4.0) (2024-07-25)

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





# [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
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.3.1",
"version": "2.4.0",
"description": "A lightweight router for Koam.",
"license": "MIT",
"author": "mutoe <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/koam/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.4.0](https://github.com/mutoe/koam/compare/v2.3.1...v2.4.0) (2024-07-25)

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





## [2.3.1](https://github.com/mutoe/koam/compare/v2.3.0...v2.3.1) (2024-07-19)

**Note:** Version bump only for package @mutoe/koam
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.3.1",
"version": "2.4.0",
"description": "Simple version Koa-like http-server",
"license": "MIT",
"author": "mutoe <[email protected]>",
Expand Down

0 comments on commit e173547

Please sign in to comment.