Skip to content

Commit 87bc78b

Browse files
committed
chore(release): 3.0.0
1 parent 6ae9525 commit 87bc78b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [3.0.0](https://github.com/expressots/shared/compare/3.0.0-beta.3...3.0.0) (2024-12-04)
4+
5+
6+
### Features
7+
8+
* refactor IWebServer interface, add IWebServerBuilder ([9a23fff](https://github.com/expressots/shared/commit/9a23fff1e7de8d3880ed90317ffde1037ef1947b))
9+
* update initEnvironment method to return a Promise for better async handling ([6ae9525](https://github.com/expressots/shared/commit/6ae9525b5497dacf81c1861e467bf6e27421ad2e))
10+
311
## [3.0.0](https://github.com/expressots/shared/compare/3.0.0-beta.3...3.0.0) (2024-12-03)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expressots/shared",
3-
"version": "3.0.0-beta.4",
3+
"version": "3.0.0",
44
"description": "Shared library for ExpressoTS modules 🐎",
55
"author": "Richard Zampieri <richard.zampieri@expresso-ts.com>",
66
"main": "./lib/cjs/index.js",

0 commit comments

Comments
 (0)