diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a22bdd..a47ceeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. Please read [CONTRIBUTING.md](CONTRIBUTING.md) for commit guidelines. +# [v1.1.0](https://github.com/omidnikrah/gol-ya-pooch/compare/v1.0.1...v1.1.0) (2024-12-13) + +## ✨ New Features +- [`bdfbec5`](https://github.com/omidnikrah/gol-ya-pooch/commit/bdfbec5) feat: add keyboard shortcuts modal to be shown in the game room page + + + +# [1.1.0](https://github.com/omidnikrah/gol-ya-pooch/compare/v1.0.1...v1.1.0) (2024-12-13) + # [v1.0.1](https://github.com/omidnikrah/gol-ya-pooch/compare/v1.0.0...v1.0.1) (2024-12-13) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 116798c..4fd7a52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gol-ya-pooch/source", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "scripts": { "prepare": "husky"