Skip to content

Commit 5af71e6

Browse files
committed
chore(release): 0.2.0
1 parent 58612bd commit 5af71e6

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

22

3+
## [0.2.0](https://github.com/expressots/shared/compare/0.1.0...0.2.0) (2024-11-16)
4+
5+
6+
### Features
7+
8+
* add interfaces for console, middleware, and environment; update index exports ([30d7dbb](https://github.com/expressots/shared/commit/30d7dbb0c24af12e4537f626be816f2f5d8a81a0))
9+
10+
11+
### Bug Fixes
12+
13+
* standardize quotes in middleware interface file ([6b3f045](https://github.com/expressots/shared/commit/6b3f0459c3ba0bf58d1de920335c6ef7dd438e32))
14+
15+
16+
### Tests
17+
18+
* enhance coverage for configDotenv function and add edge case handling ([58612bd](https://github.com/expressots/shared/commit/58612bd0040b592133bac687cfb29b9c6ece2a94))
19+
320
## 0.1.0 (2024-11-10)
421

522

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": "0.1.0",
3+
"version": "0.2.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)