Skip to content

Commit d0bccb3

Browse files
chore(release): set package.json to 1.0.0 [skip ci]
# 1.0.0 (2025-06-01) ### Features * **core:** ✨ implementar funções criptográficas e validação de entrada ([38b2607](38b2607)) * **docs:** ✨ update site configuration and homepage content ([21f17a2](21f17a2)) * **package:** ✨ renomear pacote para @heliomarpm/cryptoh ([45e822a](45e822a)) * **tests:** ✨ adicionar testes para funções de hash e geração de chave ([de16909](de16909))
1 parent e22fa54 commit d0bccb3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 1.0.0 (2025-06-01)
2+
3+
4+
### Features
5+
6+
* **core:** :sparkles: implementar funções criptográficas e validação de entrada ([38b2607](https://github.com/heliomarpm/cryptoh/commit/38b26072412f0661a4358c4f91375e546672023c))
7+
* **docs:** :sparkles: update site configuration and homepage content ([21f17a2](https://github.com/heliomarpm/cryptoh/commit/21f17a2080ed412121921e61542a961ae9db4e98))
8+
* **package:** :sparkles: renomear pacote para @heliomarpm/cryptoh ([45e822a](https://github.com/heliomarpm/cryptoh/commit/45e822afef5dd7bb57ecf3315ba24658dd3b29c2))
9+
* **tests:** :sparkles: adicionar testes para funções de hash e geração de chave ([de16909](https://github.com/heliomarpm/cryptoh/commit/de169095935394f587c9ce90e34a570d6df46983))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@heliomarpm/cryptoh",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"description": "A clean and easy-to-use cryptography helper library for Node.js, built on top of the native crypto module.",
66
"author": "Heliomar P. Marques",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)