Skip to content

Commit

Permalink
🔖 Release v1.5.7
Browse files Browse the repository at this point in the history
# [v1.5.7](v1.5.6...v1.5.7) (2022-12-12)

## 🔧 Add or update configuration files
- [`c72837b`](c72837b)  Update `displayName` in `package.json`

## ✏️ Fix typos
- [`383c716`](383c716)  Change `receivers.json` to `receiver.json`

## ♻️ Refactor code
- [`6be59a5`](6be59a5)  Enhance return type in `CoreFacade`

[skip ci]
  • Loading branch information
semantic-release-bot committed Dec 12, 2022
1 parent 383c716 commit ef0efdb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [v1.5.7](https://github.com/size-up/freegamescatcher-core/compare/v1.5.6...v1.5.7) (2022-12-12)

## 🔧 Add or update configuration files
- [`c72837b`](https://github.com/size-up/freegamescatcher-core/commit/c72837b) Update `displayName` in `package.json`

## ✏️ Fix typos
- [`383c716`](https://github.com/size-up/freegamescatcher-core/commit/383c716) Change `receivers.json` to `receiver.json`

## ♻️ Refactor code
- [`6be59a5`](https://github.com/size-up/freegamescatcher-core/commit/6be59a5) Enhance return type in `CoreFacade`

# [v1.5.6](https://github.com/size-up/freegamescatcher-core/compare/v1.5.5...v1.5.6) (2022-12-01)

## 🍱 Add or update assets
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "freegamescatcher-core",
"displayName": "FreeGamesCatcher",
"version": "1.5.6",
"version": "1.5.7",
"description": "FreeGamesCatcher is an application that aims to search for game sites, trigger an alert and send it to users to notify them when a free game is available",
"license": "GPL-3.0-or-later",
"repository": {
Expand Down

0 comments on commit ef0efdb

Please sign in to comment.