Skip to content

Commit 8474d79

Browse files
committed
release: 7.1.0
1 parent 1d9f01d commit 8474d79

6 files changed

Lines changed: 17 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.0"
2+
".": "7.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [7.1.0](https://github.com/coingecko/coingecko-typescript/compare/v7.0.0...v7.1.0) (2026-07-21)
4+
5+
6+
### Features
7+
8+
* Latest endpoints release + Enterprise tools deprecation ([1d9f01d](https://github.com/coingecko/coingecko-typescript/commit/1d9f01d572a96806a9b15a7b1586676793f3bd96))
9+
10+
11+
### Bug Fixes
12+
13+
* patched yml file to ensure it'll trigger the ff to main repo automatically ([13c7990](https://github.com/coingecko/coingecko-typescript/commit/13c79909bfe4d2ed3fc66156aed96d7c48cd2b66))
14+
315
## [7.0.0](https://github.com/coingecko/coingecko-typescript/compare/v6.0.2...v7.0.0) (2026-07-14)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coingecko/coingecko-typescript",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "The official TypeScript library for the Coingecko API",
55
"author": "Coingecko <support@coingecko.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@coingecko/coingecko-mcp",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"description": "The official MCP Server for the Coingecko API",
66
"author": {
77
"name": "Coingecko",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coingecko/coingecko-mcp",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "The official MCP Server for the Coingecko API",
55
"author": "Coingecko <support@coingecko.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '7.0.0'; // x-release-please-version
1+
export const VERSION = '7.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)