chore(release): v1.0.3

This commit is contained in:
Conventional Changelog Action 2021-01-16 09:16:50 +00:00
parent 98b17f8e1b
commit 71625bd77e
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
## <small>1.0.3 (2021-01-16)</small>
* fix(action.yml): output file now correct path ([0ffe529](https://github.com/simonecorsi/mawesome/commit/0ffe529))
## <small>1.0.2 (2021-01-16)</small> ## <small>1.0.2 (2021-01-16)</small>
* chore(action.yml): node downgrated to 12 ([e98d8dc](https://github.com/simonecorsi/mawesome/commit/e98d8dc)) * chore(action.yml): node downgrated to 12 ([e98d8dc](https://github.com/simonecorsi/mawesome/commit/e98d8dc))
* chore(release): v1.0.2 ([140194e](https://github.com/simonecorsi/mawesome/commit/140194e))

View File

@ -1,6 +1,6 @@
{ {
"name": "mawesome", "name": "mawesome",
"version": "1.0.2", "version": "1.0.3",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {