We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27e3b55 + e4e05af commit 8344a23Copy full SHA for 8344a23
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.4.0"
+ ".": "0.5.0"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.5.0](https://github.com/jozan/secret/compare/v0.4.0...v0.5.0) (2024-04-16)
4
+
5
6
+### Features
7
8
+* add and document io-ts codec and zod scheme ([27e3b55](https://github.com/jozan/secret/commit/27e3b55095c82570788370fa244aa7507feed04d))
9
10
## [0.4.0](https://github.com/jozan/secret/compare/v0.3.0...v0.4.0) (2024-04-16)
11
12
package.json
@@ -1,6 +1,6 @@
"name": "@latehours/secret",
- "version": "0.4.0",
+ "version": "0.5.0",
"type": "module",
"module": "dist/esm/secret.js",
"main": "dist/cjs/secret.js",
0 commit comments