Skip to content

Commit 9e85379

Browse files
committed
build: v3.6.10
1 parent cc1d3a1 commit 9e85379

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [3.6.10](https://github.com/thinkkoa/koatty/compare/v3.6.10-1...v3.6.10) (2022-09-05)
6+
7+
8+
### Bug Fixes
9+
10+
* upgrade deps ([cc1d3a1](https://github.com/thinkkoa/koatty/commit/cc1d3a10b346b824c02b136ff592407c93ccb825))
11+
512
### [3.6.10-1](https://github.com/thinkkoa/koatty/compare/v3.6.10-0...v3.6.10-1) (2022-08-19)
613

714
### [3.6.10-0](https://github.com/thinkkoa/koatty/compare/v3.6.9...v3.6.10-0) (2022-08-19)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koatty",
3-
"version": "3.6.10-1",
3+
"version": "3.6.10",
44
"description": "Koa2 + Typescript = koatty. Use Typescript's decorator implement auto injection.",
55
"scripts": {
66
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
@@ -96,4 +96,4 @@
9696
"reflect-metadata": "0.1.13",
9797
"tslib": "2.4.0"
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)