Skip to content

Commit fe19620

Browse files
authored
Merge pull request #83 from coingecko/release-please--branches--main--components--coingecko-typescript
release: 6.0.2
2 parents 1c03006 + a20ced0 commit fe19620

6 files changed

Lines changed: 13 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-
".": "6.0.1"
2+
".": "6.0.2"
33
}

CHANGELOG.md

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

3+
## [6.0.2](https://github.com/coingecko/coingecko-typescript/compare/v6.0.1...v6.0.2) (2026-07-13)
4+
5+
6+
### Chores
7+
8+
* drop stlc workflow YAMLs from .prettierignore (prettier-clean, exemption unnecessary) ([9c46c39](https://github.com/coingecko/coingecko-typescript/commit/9c46c39817a869e0bf880dc1f7f261b2cc5eecba))
9+
* restore release-please.yml dropped by stale gen-head seal; remove stray .attw.json ([1e4e8b7](https://github.com/coingecko/coingecko-typescript/commit/1e4e8b7b26fca1a0c4a018db496a9201573a553e))
10+
311
## 6.0.1 (2026-06-17)
412

513
Full Changelog: [v6.0.0...v6.0.1](https://github.com/coingecko/coingecko-typescript/compare/v6.0.0...v6.0.1)

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": "6.0.1",
3+
"version": "6.0.2",
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": "6.0.1",
4+
"version": "6.0.2",
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": "6.0.1",
3+
"version": "6.0.2",
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 = '6.0.1'; // x-release-please-version
1+
export const VERSION = '6.0.2'; // x-release-please-version

0 commit comments

Comments
 (0)