Skip to content

Commit b975353

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v1.4.26 [skip ci]
1 parent baa5f80 commit b975353

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.25...HEAD)
5+
## [Unreleased](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.26...HEAD)
6+
7+
## [v1.4.26](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.25...v1.4.26) - 2024-05-17
8+
9+
### What Changed 👀
10+
11+
### 🧩 Dependency Updates
12+
13+
- chore(deps): update dependency npm-run-all2 to v6.2.0 @renovate (#242)
14+
- fix(deps): update dependency fastify to v4.27.0 @renovate (#239)
15+
- fix(deps): update dependency mqemitter to v6 @renovate (#238)
16+
- chore(deps): update typescript-eslint monorepo to v7.9.0 @renovate (#241)
17+
18+
**Full Changelog**: https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.25...v1.4.26
619

720
## [v1.4.25](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.24...v1.4.25) - 2024-05-02
821

@@ -20,10 +33,8 @@ All notable changes to this project will be documented in this file.
2033
- chore(deps): update dependency @commitlint/config-conventional to v19.2.2 @renovate (#231)
2134
- chore(deps): update typescript-eslint monorepo to v7.6.0 @renovate (#230)
2235
- chore(deps): update typescript-eslint monorepo to v7.5.0 @renovate (#228)
23-
2436
</details>
2537
**Full Changelog**: https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.24...v1.4.25
26-
2738
## [v1.4.24](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.23...v1.4.24) - 2024-04-04
2839

2940
### What Changed 👀
@@ -83,7 +94,6 @@ All notable changes to this project will be documented in this file.
8394
## [v1.4.20](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.19...v1.4.20) - 2023-10-30
8495
### What Changed 👀
8596
### 🧩 Dependency Updates
86-
8797
- chore(deps-dev): bump @commitlint/cli from 18.0.0 to 18.2.0 @dependabot (#185)
8898
- chore(deps-dev): bump @commitlint/config-conventional from 18.0.0 to 18.1.0 @dependabot (#184)
8999

@@ -158,7 +168,6 @@ All notable changes to this project will be documented in this file.
158168
## [v1.4.14](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.13...v1.4.14) - 2023-07-31
159169
### What Changed 👀
160170
### 🧩 Dependency Updates
161-
162171
<details>
163172
<summary>6 changes</summary>
164173
- chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 @dependabot (#153)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-fastify-server",
33
"type": "commonjs",
4-
"version": "v1.4.25",
4+
"version": "v1.4.26",
55
"author": "rpvsilva",
66
"description": "Lightweight GraphQL server for fastify",
77
"license": "MIT",

0 commit comments

Comments
 (0)