Skip to content

Commit

Permalink
chore(release): 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Feb 25, 2022
1 parent 1a6fa71 commit e59ae3d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.4.1](https://github.com/adrien2p/medusa-extender/compare/v1.4.0...v1.4.1) (2022-02-25)


### Features

* Allow to pass a list of handlers to the router decorator ([737355b](https://github.com/adrien2p/medusa-extender/commits/737355b00783f963b85ada8035438885bbc4c69e))
* **starters:** Improve server ([c2d2cfc](https://github.com/adrien2p/medusa-extender/commits/c2d2cfc274a2f86eadc4b37e15523e1383c05ec9))


### Bug Fixes

* Wrong local path in the index when reaching modules ([2631023](https://github.com/adrien2p/medusa-extender/commits/2631023a225b96f7f9da14cff1beac5bdd316fd4))

## [1.4.0](https://github.com/adrien2p/medusa-extender/compare/v1.3.6...v1.4.0) (2022-02-23)

### [1.3.6](https://github.com/adrien2p/medusa-extender/compare/v1.3.5...v1.3.6) (2022-02-21)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-extender",
"version": "1.4.0",
"version": "1.4.1",
"description": " :syringe: Medusa on steroid. Extends Typeorm entities and repositories, medusa core services and so on. Get the full power of modular architecture. Keep your domains clean. Build shareable modules :rocket:",
"keywords": [
"medusa",
Expand Down

0 comments on commit e59ae3d

Please sign in to comment.