Skip to content

Commit abdacd6

Browse files
committed
chore(release): 1.1.1
1 parent 035aa16 commit abdacd6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

22

3+
## [1.1.1](https://github.com/expressots/adapter-express/compare/1.1.0...1.1.1) (2023-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* add global prefix on opinionated ([d9d5a06](https://github.com/expressots/adapter-express/commit/d9d5a0669241ed14541a1452aa0deaa12c1109b4))
9+
* add global route prefix for both templates ([046fd2c](https://github.com/expressots/adapter-express/commit/046fd2c2e2c5beacf9602f929b223713d48e8b9c))
10+
* adjust build pipeline ([4f164a2](https://github.com/expressots/adapter-express/commit/4f164a2f6ee5c23512a8e6643b90a74891ec52c4))
11+
* adjust build script and remove esm build option ([b35af7b](https://github.com/expressots/adapter-express/commit/b35af7b9ea91935572920314eddc8f5258bca4bc))
12+
* path in codeql analysis report ([035aa16](https://github.com/expressots/adapter-express/commit/035aa16a9d62de8d7e2b39bae052d8d5499799da))
13+
314
## 1.1.0 (2023-09-21)
415

516

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.1.0",
3+
"version": "1.1.1",
44
"description": "Expressots - modern, fast, lightweight nodejs web framework (@adapter-express)",
55
"author": "",
66
"main": "./lib/cjs/index.js",

0 commit comments

Comments
 (0)