Skip to content

Commit e79cbfe

Browse files
rpvsilvagithub-actions[bot]
authored andcommitted
ci: update version to v1.4.29 [skip ci]
1 parent 24a97bd commit e79cbfe

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
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.28...HEAD)
5+
## [Unreleased](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.29...HEAD)
6+
7+
## [v1.4.29](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.28...v1.4.29) - 2024-09-12
8+
9+
### What Changed 👀
10+
11+
### 🧩 Dependency Updates
12+
13+
<details>
14+
<summary>7 changes</summary>
15+
- chore(deps): update dependency typescript to v5.6.2 @renovate (#266)
16+
- chore(deps): update typescript-eslint monorepo to v8.5.0 @renovate (#267)
17+
- chore(deps): update commitlint monorepo to v19.5.0 @renovate (#268)
18+
- chore(deps): bump dset from 3.1.3 to 3.1.4 @dependabot (#269)
19+
- chore(deps): update dependency eslint-plugin-import to v2.30.0 @renovate (#264)
20+
- chore(deps): update typescript-eslint monorepo to v8.4.0 @renovate (#265)
21+
- chore(deps): update dependency @commitlint/config-conventional to v19.4.1 @renovate (#263)
22+
23+
</details>
24+
**Full Changelog**: https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.28...v1.4.29
625

726
## [v1.4.28](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.27...v1.4.28) - 2024-08-26
827

@@ -24,10 +43,8 @@ All notable changes to this project will be documented in this file.
2443
- chore(deps): update dependency husky to v9.1.5 @renovate (#256)
2544
- chore(deps): update dependency html-loader to v5.1.0 @renovate (#257)
2645
- chore(deps): update dependency @commitlint/cli to v19.4.0 @renovate (#258)
27-
2846
</details>
2947
**Full Changelog**: https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.27...v1.4.28
30-
3148
## [v1.4.27](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.26...v1.4.27) - 2024-06-21
3249

3350
### What Changed 👀
@@ -46,7 +63,6 @@ All notable changes to this project will be documented in this file.
4663
</details>
4764
**Full Changelog**: https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.26...v1.4.27
4865
## [v1.4.26](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.25...v1.4.26) - 2024-05-17
49-
5066
### What Changed 👀
5167

5268
### 🧩 Dependency Updates
@@ -79,7 +95,6 @@ All notable changes to this project will be documented in this file.
7995
## [v1.4.24](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.23...v1.4.24) - 2024-04-04
8096
### What Changed 👀
8197
### 🧩 Dependency Updates
82-
8398
- chore(deps): update dependency @types/node to v20.12.2 @renovate (#227)
8499
- chore(deps): update dependency eslint-plugin-sonarjs to ^0.25.0 @renovate (#226)
85100
- chore(deps): update typescript-eslint monorepo to v7.4.0 @renovate (#225)
@@ -137,7 +152,6 @@ All notable changes to this project will be documented in this file.
137152
- chore(deps-dev): bump @commitlint/config-conventional from 18.0.0 to 18.1.0 @dependabot (#184)
138153
**Full Changelog**: https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.19...v1.4.20
139154
## [v1.4.19](https://github.com/rpvsilva/graphql-fastify-server/compare/v1.4.18...v1.4.19) - 2023-10-23
140-
141155
### What Changed 👀
142156

143157
### 🧩 Dependency Updates

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.28",
4+
"version": "v1.4.29",
55
"author": "rpvsilva",
66
"description": "Lightweight GraphQL server for fastify",
77
"license": "MIT",

0 commit comments

Comments
 (0)