We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3c84c9 + 4b7c9de commit d179464Copy full SHA for d179464
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.3.0"
+ ".": "0.4.0"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.4.0](https://github.com/jozan/secret/compare/v0.3.0...v0.4.0) (2024-04-16)
4
+
5
6
+### Features
7
8
+* try out io-ts and zod tranformers ([b3c84c9](https://github.com/jozan/secret/commit/b3c84c9763ca77ad3c502bf4fa9b90905bbce7c6))
9
10
## [0.3.0](https://github.com/jozan/secret/compare/v0.2.0...v0.3.0) (2024-04-16)
11
12
package.json
@@ -1,6 +1,6 @@
"name": "@latehours/secret",
- "version": "0.3.0",
+ "version": "0.4.0",
"type": "module",
"module": "dist/esm/secret.js",
"main": "dist/cjs/secret.js",
0 commit comments