Skip to content

Commit c3cdc5e

Browse files
authored
Merge pull request #129 from imagekit-developer/release-please--branches--master--changes--next--components--nodejs
release: 7.2.1
2 parents 1120223 + cfa7403 commit c3cdc5e

File tree

13 files changed

+39
-26
lines changed

13 files changed

+39
-26
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ github.repository == 'stainless-sdks/imagekit-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2020
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Set up Node
2525
uses: actions/setup-node@v4
@@ -41,7 +41,7 @@ jobs:
4141
contents: read
4242
id-token: write
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v6
4545

4646
- name: Set up Node
4747
uses: actions/setup-node@v4
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ${{ github.repository == 'stainless-sdks/imagekit-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
8484
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
8585
steps:
86-
- uses: actions/checkout@v4
86+
- uses: actions/checkout@v6
8787

8888
- name: Set up Node
8989
uses: actions/setup-node@v4

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
- name: Set up Node
2626
uses: actions/setup-node@v3

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository == 'imagekit-developer/imagekit-nodejs' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: Check release environment
1818
run: |

.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.2.0"
2+
".": "7.2.1"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 47
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-c028a7584d3508f268ce5c5b824b50af88eaa140620dd03a1b35f409f510603c.yml
3-
openapi_spec_hash: f9b780b2398a87678a13355e48cd515f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-84f0d75048a9268981a84800b4190e3691997ce57dcfc0876f38a5b3fce6bacd.yml
3+
openapi_spec_hash: 35607d4e850c8a60524223ff632c83bb
44
config_hash: aeb6eb949d73382270bbd8bbf2e4cf2a

CHANGELOG.md

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

3+
## 7.2.1 (2026-01-20)
4+
5+
Full Changelog: [v7.2.0...v7.2.1](https://github.com/imagekit-developer/imagekit-nodejs/compare/v7.2.0...v7.2.1)
6+
7+
### Bug Fixes
8+
9+
* vocab field is required ([e6d0e58](https://github.com/imagekit-developer/imagekit-nodejs/commit/e6d0e58cb00e59a4fbfd81ed9b555bcc7fd97f2c))
10+
11+
12+
### Chores
13+
14+
* **internal:** update `actions/checkout` version ([6f64673](https://github.com/imagekit-developer/imagekit-nodejs/commit/6f646734061e67193ecdda3eb6c507787b2785d5))
15+
316
## 7.2.0 (2026-01-16)
417

518
Full Changelog: [v7.1.1...v7.2.0](https://github.com/imagekit-developer/imagekit-nodejs/compare/v7.1.1...v7.2.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagekit/nodejs",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Offical NodeJS SDK for ImageKit.io integration",
55
"author": "Image Kit <developer@imagekit.io>",
66
"types": "dist/index.d.ts",

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": "@imagekit/api-mcp",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "The official MCP Server for the Image Kit API",
55
"author": "Image Kit <developer@imagekit.io>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const newMcpServer = () =>
2121
new McpServer(
2222
{
2323
name: 'imagekit_nodejs_api',
24-
version: '7.2.0',
24+
version: '7.2.1',
2525
},
2626
{ capabilities: { tools: {}, logging: {} } },
2727
);

src/resources/shared.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ export namespace ExtensionConfig {
136136
*/
137137
type: 'select_tags';
138138

139-
/**
140-
* Array of possible tag values. Combined length of all strings must not exceed 500
141-
* characters. Cannot contain the `%` character.
142-
*/
143-
vocabulary: Array<string>;
144-
145139
/**
146140
* Maximum number of tags to select from the vocabulary.
147141
*/
@@ -151,6 +145,12 @@ export namespace ExtensionConfig {
151145
* Minimum number of tags to select from the vocabulary.
152146
*/
153147
min_selections?: number;
148+
149+
/**
150+
* Array of possible tag values. Combined length of all strings must not exceed 500
151+
* characters. Cannot contain the `%` character.
152+
*/
153+
vocabulary?: Array<string>;
154154
}
155155

156156
export interface SelectMetadata {
@@ -457,12 +457,6 @@ export namespace Extensions {
457457
*/
458458
type: 'select_tags';
459459

460-
/**
461-
* Array of possible tag values. Combined length of all strings must not exceed 500
462-
* characters. Cannot contain the `%` character.
463-
*/
464-
vocabulary: Array<string>;
465-
466460
/**
467461
* Maximum number of tags to select from the vocabulary.
468462
*/
@@ -472,6 +466,12 @@ export namespace Extensions {
472466
* Minimum number of tags to select from the vocabulary.
473467
*/
474468
min_selections?: number;
469+
470+
/**
471+
* Array of possible tag values. Combined length of all strings must not exceed 500
472+
* characters. Cannot contain the `%` character.
473+
*/
474+
vocabulary?: Array<string>;
475475
}
476476

477477
export interface SelectMetadata {

0 commit comments

Comments
 (0)