diff --git a/CHANGELOG.md b/CHANGELOG.md index cad3f2b..4ed15eb 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.7.0](https://github.com/omidnikrah/gol-ya-pooch/compare/v1.6.0...v1.7.0) (2025-01-02) + +## ✨ New Features +- [`927440c`](https://github.com/omidnikrah/gol-ya-pooch/commit/927440c) feat: display where is the object to the object holder player + + + +# [1.7.0](https://github.com/omidnikrah/gol-ya-pooch/compare/v1.6.0...v1.7.0) (2025-01-02) + # [v1.6.0](https://github.com/omidnikrah/gol-ya-pooch/compare/v1.5.5...v1.6.0) (2025-01-02) ## ✨ New Features diff --git a/package.json b/package.json index a218bd3..ae125f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gol-ya-pooch/source", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "scripts": { "prepare": "husky"