Skip to content

Commit

Permalink
chore(release): v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Oct 13, 2024
1 parent bb7a5c1 commit ac88108
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vmd-action",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit ac88108

Please sign in to comment.