Skip to content

Commit 1100397

Browse files
committed
Bump v0.6.0
1 parent 29f1bbc commit 1100397

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.6.0
4+
5+
- Add option to clean build cache -[#35](https://github.com/mhanberg/gigalixir-action/pull/35) by [Raul Pereira](https://github.com/raulpe7eira)
6+
- Only require SSH key if you have migratinos configured -[#35](https://github.com/mhanberg/gigalixir-action/pull/35) by [Raul Pereira](https://github.com/raulpe7eira)
7+
38
## v0.5.0
49

510
- Add subfolder support - [#34](https://github.com/mhanberg/gigalixir-action/pull/34) by [Christian Tovar](https://github.com/ChristianTovar)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gigalixir-action",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Action to deploy to gigalixir",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)