Skip to content

Commit 259f4ad

Browse files
chore(release): 1.0.1
1 parent a076acf commit 259f4ad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.1](https://github.com/flaviodelgrosso/fastify-forge/compare/v1.0.0...v1.0.1) (2025-01-06)
6+
7+
8+
### Features
9+
10+
* register AutoLoad for plugins directory in app initialization ([a076acf](https://github.com/flaviodelgrosso/fastify-forge/commit/a076acfeaeef64937804c8f755be000fe8cfeacc))
11+
12+
13+
### Bug Fixes
14+
15+
* update Dockerfile command and process.yml script path ([9acfb82](https://github.com/flaviodelgrosso/fastify-forge/commit/9acfb8249f33cc83562623b694459830e1ac9bf8))
16+
517
## 1.0.0 (2024-12-24)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-forge",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Flavio Del Grosso",
55
"license": "MIT",
66
"description": "Armored Template for Fastify Projects using TypeScript",

0 commit comments

Comments
 (0)