Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Mar 6, 2024
1 parent 9eb0db2 commit 6a2eb12
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 0.1.0 (2024-03-06)


### Features

* Custom errors and error handler ([abc9595](https://github.com/ChrisGV04/fastify-utils/commit/abc95958c7262bc04a9755cdb558e5a3df1d38f8))
* JWT Manager plugin for fastify ([9eb0db2](https://github.com/ChrisGV04/fastify-utils/commit/9eb0db294296caa306d7ca7e2b8473dfb5ef1972))
* Slugify utility ([944f37e](https://github.com/ChrisGV04/fastify-utils/commit/944f37e3e3be59690d317f164067d23c889ca767))
* Text hashing utilities ([e7d761a](https://github.com/ChrisGV04/fastify-utils/commit/e7d761ab3eb945d163b62bef7d6e83c417c1a98b))
* Zod schema validator for Fastify ([8d183ac](https://github.com/ChrisGV04/fastify-utils/commit/8d183acbac139f78b0c3f0881fcf35f72857c445))
* Zod spanish error map ([a3daf1c](https://github.com/ChrisGV04/fastify-utils/commit/a3daf1c8aa5b0a7735e38d6388f460fd5a1e04f0))


### Bug Fixes

* Export locales ([1a504a3](https://github.com/ChrisGV04/fastify-utils/commit/1a504a3619232a8765b6ece7b4199aedf49e4c0e))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cgvweb/fastify-utils",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 6a2eb12

Please sign in to comment.