Skip to content

Commit dca5b4d

Browse files
committed
chore(release): v16.14.2
## v16.14.2 (2026-06-09) #### Docs 📝 <details> <summary> 7 PRs were merged </summary> * [#4782](#4782) docs: update API ([@yaacovCR](https://github.com/yaacovCR)) * [#4783](#4783) docs: website review ([@yaacovCR](https://github.com/yaacovCR)) * [#4788](#4788) docs: add Node.js tracing channels guide ([@logaretm](https://github.com/logaretm)) * [#4789](#4789) docs: overhaul index and update/add additional migration guides ([@yaacovCR](https://github.com/yaacovCR)) * [#4792](#4792) docs: remove extra asterisks from single line jsdoc comments ([@yaacovCR](https://github.com/yaacovCR)) * [#4794](#4794) docs: refresh website with broader execution/tracing update ([@yaacovCR](https://github.com/yaacovCR)) * [#4801](#4801) docs: correct extension field comments - v16 ([@yaacovCR](https://github.com/yaacovCR)) </details> #### Polish 💅 * [#4787](#4787) docs: update documentation for v17 release candidate ([@yaacovCR](https://github.com/yaacovCR)) #### Committers: 2 * Abdelrahman Awad([@logaretm](https://github.com/logaretm)) * Yaacov Rydzinski ([@yaacovCR](https://github.com/yaacovCR))
1 parent 01f8503 commit dca5b4d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql",
3-
"version": "16.14.1",
3+
"version": "16.14.2",
44
"description": "A Query Language and Runtime which can target any service.",
55
"license": "MIT",
66
"private": true,

src/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
// automatically updated by "npm version" command.
55

66
/** A string containing the version of the GraphQL.js library */
7-
export const version = '16.14.1' as string;
7+
export const version = '16.14.2' as string;
88

99
/** An object containing the components of the GraphQL.js version string */
1010
export const versionInfo = Object.freeze({
1111
major: 16 as number,
1212
minor: 14 as number,
13-
patch: 1 as number,
13+
patch: 2 as number,
1414
preReleaseTag: null as string | null,
1515
});

0 commit comments

Comments
 (0)