From abdacd63b5992ade5adf9df0b7cfb5f95b9881db Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Mon, 9 Oct 2023 23:00:16 -0700 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6c5f5..d0745c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ +## [1.1.1](https://github.com/expressots/adapter-express/compare/1.1.0...1.1.1) (2023-10-10) + + +### Bug Fixes + +* add global prefix on opinionated ([d9d5a06](https://github.com/expressots/adapter-express/commit/d9d5a0669241ed14541a1452aa0deaa12c1109b4)) +* add global route prefix for both templates ([046fd2c](https://github.com/expressots/adapter-express/commit/046fd2c2e2c5beacf9602f929b223713d48e8b9c)) +* adjust build pipeline ([4f164a2](https://github.com/expressots/adapter-express/commit/4f164a2f6ee5c23512a8e6643b90a74891ec52c4)) +* adjust build script and remove esm build option ([b35af7b](https://github.com/expressots/adapter-express/commit/b35af7b9ea91935572920314eddc8f5258bca4bc)) +* path in codeql analysis report ([035aa16](https://github.com/expressots/adapter-express/commit/035aa16a9d62de8d7e2b39bae052d8d5499799da)) + ## 1.1.0 (2023-09-21) diff --git a/package.json b/package.json index 098ab17..8b9af6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressots/adapter-express", - "version": "1.1.0", + "version": "1.1.1", "description": "Expressots - modern, fast, lightweight nodejs web framework (@adapter-express)", "author": "", "main": "./lib/cjs/index.js",