diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b91a8..ff833cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.13.0](https://github.com/ElJijuna/github-api-client/compare/v1.12.0...v1.13.0) (2026-05-24) + + +### Features + +* add GitTrees methods to return tree repository from github repo ([9341427](https://github.com/ElJijuna/github-api-client/commit/9341427b29a2e43f452b11884349bd993a725d07)) + # [1.12.0](https://github.com/ElJijuna/github-api-client/compare/v1.11.0...v1.12.0) (2026-05-23) diff --git a/package-lock.json b/package-lock.json index 3c8f191..2ef46e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gh-api-client", - "version": "1.12.0", + "version": "1.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gh-api-client", - "version": "1.12.0", + "version": "1.13.0", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 7b0d567..8bc20c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-api-client", - "version": "1.12.0", + "version": "1.13.0", "description": "A lightweight Java client for the GitHub API that simplifies common operations such as listing repositories, branches, commits, collaborators, and files, with built-in support for token-based authentication.", "main": "dist/index.js", "module": "dist/index.mjs",