diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cb448db --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + + +## v0.0.7 + +[compare changes](https://github.com/brenoepics/vmd-action/compare/v0.0.6...v0.0.7) + +### 🚀 Enhancements + +- Support GitHub Enterprise repositories ([2db2516](https://github.com/brenoepics/vmd-action/commit/2db2516)) + +### 🩹 Fixes + +- Cache file missmatch ([1bfaa16](https://github.com/brenoepics/vmd-action/commit/1bfaa16)) + +### 💅 Refactors + +- `action.yml` and `README.md` to improve descriptions and usage instructions ([43b7ed8](https://github.com/brenoepics/vmd-action/commit/43b7ed8)) + +### 🏡 Chore + +- Update preview ([#30](https://github.com/brenoepics/vmd-action/pull/30)) +- Bump dist ([421b588](https://github.com/brenoepics/vmd-action/commit/421b588)) +- Move the "Usage" section up, after the "Installation" section ([1577226](https://github.com/brenoepics/vmd-action/commit/1577226)) +- Update `README.md` to improve usage instructions ([fff0472](https://github.com/brenoepics/vmd-action/commit/fff0472)) +- Bump dist ([6332497](https://github.com/brenoepics/vmd-action/commit/6332497)) +- Lint ([ed3b91e](https://github.com/brenoepics/vmd-action/commit/ed3b91e)) +- Add changelogen ([bb7a5c1](https://github.com/brenoepics/vmd-action/commit/bb7a5c1)) + +### ❤️ Contributors + +- Breno A. ([@brenoepics](http://github.com/brenoepics)) + diff --git a/package.json b/package.json index 485f305..8919b4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vmd-action", - "version": "0.0.6", + "version": "0.0.7", "description": "", "main": "dist/index.js", "type": "module",