Skip to content

Commit f09c0fe

Browse files
chore(release): 5.1.6 [skip ci]
## [5.1.6](v5.1.5...v5.1.6) (2025-11-17) ### Bug Fixes * configure semantic release - force patch release ([36a9152](36a9152)) * enable NPM_CONFIG_PROVENANCE ([f3fc665](f3fc665)) * publish.yml permissions ([9db876d](9db876d)) * remove GITHUB_TOKEN ([1fddc10](1fddc10)) * remove NPM_TOKEN to use trusted publishing ([79b73c4](79b73c4)) * remove semantic-release wrapper and use npx instead ([2e924ca](2e924ca)) * trusted publishing ([1238d14](1238d14)) * update node to be compatible with semantic-release ([7bf707b](7bf707b)) * update semantic-release wrapper ([87bcc76](87bcc76))
1 parent 7bf707b commit f09c0fe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## [5.1.6](https://github.com/mrnkr/ra-data-nestjs-query/compare/v5.1.5...v5.1.6) (2025-11-17)
2+
3+
4+
### Bug Fixes
5+
6+
* configure semantic release - force patch release ([36a9152](https://github.com/mrnkr/ra-data-nestjs-query/commit/36a9152160146c7c23b988535c5c30c88fb8d5a7))
7+
* enable NPM_CONFIG_PROVENANCE ([f3fc665](https://github.com/mrnkr/ra-data-nestjs-query/commit/f3fc665a22dc3c8d9c04c5c9e5f5cf749749455b))
8+
* publish.yml permissions ([9db876d](https://github.com/mrnkr/ra-data-nestjs-query/commit/9db876d6110d7330c189f5209ee2ab27f92b387e))
9+
* remove GITHUB_TOKEN ([1fddc10](https://github.com/mrnkr/ra-data-nestjs-query/commit/1fddc10b2b2477ee1732480d2a05fbbaf61db9c6))
10+
* remove NPM_TOKEN to use trusted publishing ([79b73c4](https://github.com/mrnkr/ra-data-nestjs-query/commit/79b73c48fa0d1778a4c24b9a275aa9f7a44561ab))
11+
* remove semantic-release wrapper and use npx instead ([2e924ca](https://github.com/mrnkr/ra-data-nestjs-query/commit/2e924cac7c89b6481bf03abd208c39bd49461d5b))
12+
* trusted publishing ([1238d14](https://github.com/mrnkr/ra-data-nestjs-query/commit/1238d141f644c7b44c15e90bcdf28ecba4284149))
13+
* update node to be compatible with semantic-release ([7bf707b](https://github.com/mrnkr/ra-data-nestjs-query/commit/7bf707bf24a6f1da93e28ab20780458b8ce19abf))
14+
* update semantic-release wrapper ([87bcc76](https://github.com/mrnkr/ra-data-nestjs-query/commit/87bcc76a2eba05091bf4623e9dff67a1ad772ddd))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ra-data-nestjs-query",
3-
"version": "5.1.5",
3+
"version": "5.1.6",
44
"description": "A GraphQL data provider for react-admin (nestjs-query)",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)