From 29075c6c721f7a47dcbbac5fa782aea52f82de5a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Dec 2024 06:54:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20chore:=20v1.3.0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92e546..139d042 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.3.0](https://github.com/omidnikrah/gol-ya-pooch/compare/v1.2.4...v1.3.0) (2024-12-26) + +## ✨ New Features +- [`3f7bb33`](https://github.com/omidnikrah/gol-ya-pooch/commit/3f7bb33) feat: implement basic version of the 4 and 6 players rooms + + + +# [1.3.0](https://github.com/omidnikrah/gol-ya-pooch/compare/v1.2.4...v1.3.0) (2024-12-26) + # [v1.2.4](https://github.com/omidnikrah/gol-ya-pooch/compare/v1.2.3...v1.2.4) (2024-12-16) diff --git a/package.json b/package.json index 42ed457..9286cf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gol-ya-pooch/source", - "version": "1.2.4", + "version": "1.3.0", "license": "MIT", "scripts": { "prepare": "husky"