Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Nov 16, 2024
1 parent 58612bd commit 5af71e6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@


## [0.2.0](https://github.com/expressots/shared/compare/0.1.0...0.2.0) (2024-11-16)


### Features

* add interfaces for console, middleware, and environment; update index exports ([30d7dbb](https://github.com/expressots/shared/commit/30d7dbb0c24af12e4537f626be816f2f5d8a81a0))


### Bug Fixes

* standardize quotes in middleware interface file ([6b3f045](https://github.com/expressots/shared/commit/6b3f0459c3ba0bf58d1de920335c6ef7dd438e32))


### Tests

* enhance coverage for configDotenv function and add edge case handling ([58612bd](https://github.com/expressots/shared/commit/58612bd0040b592133bac687cfb29b9c6ece2a94))

## 0.1.0 (2024-11-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressots/shared",
"version": "0.1.0",
"version": "0.2.0",
"description": "Shared library for ExpressoTS modules 🐎",
"author": "Richard Zampieri <[email protected]>",
"main": "./lib/cjs/index.js",
Expand Down

0 comments on commit 5af71e6

Please sign in to comment.