diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d14d09..5e98ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e25127e..863032d 100644 --- a/package.json +++ b/package.json @@ -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": {