Skip to content

Commit

Permalink
chore(main): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jozan committed Apr 16, 2024
1 parent 27e3b55 commit e4e05af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/jozan/secret/compare/v0.4.0...v0.5.0) (2024-04-16)


### Features

* add and document io-ts codec and zod scheme ([27e3b55](https://github.com/jozan/secret/commit/27e3b55095c82570788370fa244aa7507feed04d))

## [0.4.0](https://github.com/jozan/secret/compare/v0.3.0...v0.4.0) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e4e05af

Please sign in to comment.