Skip to content

Commit a43507b

Browse files
committed
chore(release): 1.3.0
1 parent c2b5009 commit a43507b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [1.3.0](https://github.com/expressots/adapter-express/compare/1.2.2...1.3.0) (2024-04-26)
4+
5+
6+
### Features
7+
8+
* returns httpServer for e2e testing with supertest ([97999fb](https://github.com/expressots/adapter-express/commit/97999fbc7ac977e47caf023d7541e588ef50d548))
9+
310
## [1.2.2](https://github.com/expressots/adapter-express/compare/1.2.1...1.2.2) (2024-04-25)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expressots/adapter-express",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Expressots - modern, fast, lightweight nodejs web framework (@adapter-express)",
55
"author": "",
66
"main": "./lib/cjs/index.js",

0 commit comments

Comments
 (0)