Skip to content

Commit

Permalink
🔖 Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TzviPM committed Oct 30, 2023
1 parent 45c7de5 commit 1c76ba8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2023-10-30

### Added
- Resources are now deleted upon closing a pull request ([#9](https://github.com/TzviPM/laravel-deploy/pull/9)).
- Merging a PR now creates a deploy request in PlanetScale ([#9](https://github.com/TzviPM/laravel-deploy/pull/9)).
- Comments are now created upon succesfully completing an action ([#10](https://github.com/TzviPM/laravel-deploy/pull/10)).

## [1.1.0] - 2023-10-30

### Added
Expand Down Expand Up @@ -39,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This was the initial release of `laravel-deploy`.

[unreleased]: https://github.com/TzviPM/laravel-deploy/compare/v1.1.0...HEAD
[unreleased]: https://github.com/TzviPM/laravel-deploy/compare/v1.2.0...HEAD
[1.1.0]: https://github.com/TzviPM/laravel-deploy/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/TzviPM/laravel-deploy/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/TzviPM/laravel-deploy/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/TzviPM/laravel-deploy/compare/v1.0.2...v1.0.3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-deploy",
"version": "1.1.0",
"version": "1.2.0",
"description": "A GitHub Action to create on-demand preview environments for Laravel apps.",
"author": "Tzvi Melamed (TzviPM)",
"private": true,
Expand Down

0 comments on commit 1c76ba8

Please sign in to comment.