Skip to content

Commit

Permalink
build: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linyyyang committed Jan 5, 2024
1 parent 5ae642b commit feb8d74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.1.1](https://github.com/koatty/koatty_serve/compare/v2.1.0...v2.1.1) (2024-01-05)


### Bug Fixes

* path subfix ([6e5c169](https://github.com/koatty/koatty_serve/commit/6e5c1694cf5d0202eb59f84b6998d54af113f582))

## [2.1.0](https://github.com/koatty/koatty_serve/compare/v2.1.0-0...v2.1.0) (2023-12-14)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koatty_serve",
"version": "2.1.0",
"version": "2.1.1",
"description": "Provide http1/2, websocket, gRPC server for Koatty.",
"scripts": {
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
Expand Down Expand Up @@ -111,4 +111,4 @@
"koatty_proto": "^1.x.x",
"koatty_validation": "^1.x.x"
}
}
}

0 comments on commit feb8d74

Please sign in to comment.