From b4aa420ffef033d1b65a78248975d9554f176fc6 Mon Sep 17 00:00:00 2001 From: adrien2p Date: Wed, 9 Feb 2022 18:05:00 +0100 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..50d4cb05 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog + +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.1.0](https://github.com/adrien2p/medusa-extender/compare/v1.0.8...v1.1.0) (2022-02-09) + + +### Features + +* Add support of commitlint ([#22](https://github.com/adrien2p/medusa-extender/issues/22)) ([957c934](https://github.com/adrien2p/medusa-extender/commits/957c9341b65054582998f0d51f64639687feb490)) +* Bump dependencies versions ([eee2981](https://github.com/adrien2p/medusa-extender/commits/eee29810bbc35d0b97adb17efb1fea7788853754)) +* Improve typings ([#18](https://github.com/adrien2p/medusa-extender/issues/18)) ([35f4439](https://github.com/adrien2p/medusa-extender/commits/35f4439610ce0e34d3afe60cf143d230c1f7e898)) +* remove doc workflow that generate to much changes in PR's + re-build the doc ([875e721](https://github.com/adrien2p/medusa-extender/commits/875e7215636d833f531b282e995fbd5c24368ed1)) +* Remove Medusa and rename Loader to Medusa ([11ea970](https://github.com/adrien2p/medusa-extender/commits/11ea9708ba194d9ad2b3fbbaf2007d285175c4db)) +* start rewriting the documentation ([#16](https://github.com/adrien2p/medusa-extender/issues/16)) ([d0b8fc2](https://github.com/adrien2p/medusa-extender/commits/d0b8fc2a6461623673a5aaaa8f47a37147711a2f)) +* Update commint lint configuration ([f9bbca9](https://github.com/adrien2p/medusa-extender/commits/f9bbca9f592facfb5c87bdd5c76cbabdae48649e)) +* update jusky hooks ([d64ade5](https://github.com/adrien2p/medusa-extender/commits/d64ade50494abdab8d150d0bcd6835ab4a87fda0)) +* Update logo ([79b5f30](https://github.com/adrien2p/medusa-extender/commits/79b5f306de8050fc44dc6c1ef0c426ebd9d34a6f)) +* Update README decorators section ([bbc3786](https://github.com/adrien2p/medusa-extender/commits/bbc3786b62ec54314d133a79aef03addf73613c0)) +* validators loader ([#21](https://github.com/adrien2p/medusa-extender/issues/21)) ([451edf9](https://github.com/adrien2p/medusa-extender/commits/451edf9e78cd3864c81c9f94e1a5e41e6b1b69b4)) + + +### Bug Fixes + +* chalk import ([694267a](https://github.com/adrien2p/medusa-extender/commits/694267a105d953f52e19b5e6955c0ff8d419ce40)) +* deduplicate subject-empty property from commitlint ([b8c11a3](https://github.com/adrien2p/medusa-extender/commits/b8c11a3127f6981ea4b27de7965b78221d3d7e33)) +* **docs:** Fix images and expandable not displaying properly ([3e042bb](https://github.com/adrien2p/medusa-extender/commits/3e042bb677e88a001e4efa036fe24c88a986cc41)) +* **docs:** Fix images and expandable not displaying properly ([64fa400](https://github.com/adrien2p/medusa-extender/commits/64fa4008b43466a8be15dc2ec06bcd54eec88b2a)) +* missing conflict resolution ([e8c56da](https://github.com/adrien2p/medusa-extender/commits/e8c56dab79a0ff6f2469724e51d9afe1e00b9994)) +* README doc ([de32581](https://github.com/adrien2p/medusa-extender/commits/de32581132abced8024925223c4d8e9db4923b65)) +* Remove scope from entity ([f0c8d22](https://github.com/adrien2p/medusa-extender/commits/f0c8d22aa2a68e1cf59b39e2b572a387a0cda262)) +* swcrcspec ([21fff7d](https://github.com/adrien2p/medusa-extender/commits/21fff7d0ea225bbd8356debf8ffefb40ca0213bc)) +* Typo in constants file name ([#15](https://github.com/adrien2p/medusa-extender/issues/15)) ([4aa5313](https://github.com/adrien2p/medusa-extender/commits/4aa531317471b0a7f41c1df9ba01ac71e2c1ee48)) +* Update jest config as swc doc explain ([136997e](https://github.com/adrien2p/medusa-extender/commits/136997eac98cfa398a196bac2f7d98f5994930af)) diff --git a/package-lock.json b/package-lock.json index 1dffa64b..b62802c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "medusa-extender", - "version": "1.0.8", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c202146..46b86495 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medusa-extender", - "version": "1.0.8", + "version": "1.1.0", "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",